summaryrefslogtreecommitdiff
path: root/libs/ardour/stripable.cc
diff options
context:
space:
mode:
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)
{