From 2afaa517170fe18c3448ba7378621d80ee5667cf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 Jul 2016 09:17:55 -0400 Subject: remove pointless version of Stripable::set_presentation_order() --- libs/ardour/stripable.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/ardour/stripable.cc') 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) { -- cgit v1.2.3