From 02db39c1bc63da52c21d77cc8f840d5d3233f301 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 2 Jul 2016 16:08:38 -0400 Subject: remove Session::get_nth_stripable.cc --- libs/ardour/ardour/session.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 5ec7e99cea..ebafdd82f6 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -311,7 +311,6 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop bool io_name_is_legal (const std::string&) const; boost::shared_ptr route_by_name (std::string) const; boost::shared_ptr route_by_id (PBD::ID) const; - boost::shared_ptr get_nth_stripable (PresentationInfo::order_t n) const; boost::shared_ptr get_remote_nth_stripable (PresentationInfo::order_t n, PresentationInfo::Flag) const; boost::shared_ptr get_remote_nth_route (PresentationInfo::order_t n) const; boost::shared_ptr route_by_selected_count (uint32_t cnt) const; -- cgit v1.2.3