summaryrefslogtreecommitdiff
path: root/libs/ardour/stripable.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-12 09:17:55 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-07-12 09:20:50 -0400
commit2afaa517170fe18c3448ba7378621d80ee5667cf (patch)
tree3b9d3badcb3dff9b04c35594ec308d6b4876136f /libs/ardour/stripable.cc
parentd9f19ad1fea9edebb787c7a1d66e505b8a2bb90a (diff)
remove pointless version of Stripable::set_presentation_order()
Diffstat (limited to 'libs/ardour/stripable.cc')
-rw-r--r--libs/ardour/stripable.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/stripable.cc b/libs/ardour/stripable.cc
index 2a86ef2529..744c103e48 100644
--- a/libs/ardour/stripable.cc
+++ b/libs/ardour/stripable.cc
@@ -48,12 +48,6 @@ Stripable::set_presentation_order (PresentationInfo::order_t order, bool notify_
}
}
-void
-Stripable::set_presentation_order_explicit (PresentationInfo::order_t order)
-{
- _presentation_info.set_order (order);
-}
-
int
Stripable::set_state (XMLNode const& node, int version)
{