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, 1 insertions, 5 deletions
diff --git a/libs/ardour/stripable.cc b/libs/ardour/stripable.cc
index 84d2bafccf..135526f2a3 100644
--- a/libs/ardour/stripable.cc
+++ b/libs/ardour/stripable.cc
@@ -39,13 +39,9 @@ Stripable::Stripable (Session& s, string const & name, PresentationInfo const &
}
void
-Stripable::set_presentation_order (PresentationInfo::order_t order, bool notify_class_listeners)
+Stripable::set_presentation_order (PresentationInfo::order_t order)
{
_presentation_info.set_order (order);
-
- if (notify_class_listeners) {
- PresentationInfo::Change ();
- }
}
int