summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/stripable.h
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/ardour/stripable.h
parentd9f19ad1fea9edebb787c7a1d66e505b8a2bb90a (diff)
remove pointless version of Stripable::set_presentation_order()
Diffstat (limited to 'libs/ardour/ardour/stripable.h')
-rw-r--r--libs/ardour/ardour/stripable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/stripable.h b/libs/ardour/ardour/stripable.h
index 8ad02c98b3..7cf3da1f9a 100644
--- a/libs/ardour/ardour/stripable.h
+++ b/libs/ardour/ardour/stripable.h
@@ -77,7 +77,6 @@ class LIBARDOUR_API Stripable : public SessionObject {
/* set just the order */
void set_presentation_order (PresentationInfo::order_t, bool notify_class_listeners = true);
- void set_presentation_order_explicit (PresentationInfo::order_t);
struct PresentationOrderSorter {
bool operator() (boost::shared_ptr<Stripable> a, boost::shared_ptr<Stripable> b) {