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/ardour/stripable.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour/stripable.h') 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 a, boost::shared_ptr b) { -- cgit v1.2.3