From 8a18929d57ef82b1233278668a9efe78fe1c17f0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 21 Jun 2018 13:05:37 -0400 Subject: remove Session::controllable_by_descriptor() and move code into GenericMIDI code (the only user). This also removes enums introduced to describe well-known parameters for Mixbus. Lookup now involves string parsing every time, but this is not likely to be a notable cost. --- libs/ardour/ardour/session.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 4cf725ae2f..835e6668bc 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -116,7 +116,6 @@ class BufferSet; class Bundle; class Butler; class Click; -class ControllableDescriptor; class CoreSelection; class ExportHandler; class ExportStatus; @@ -1082,7 +1081,6 @@ public: boost::shared_ptr controllable_by_id (const PBD::ID&); boost::shared_ptr automation_control_by_id (const PBD::ID&); - boost::shared_ptr controllable_by_descriptor (const ARDOUR::ControllableDescriptor&); void add_controllable (boost::shared_ptr); void remove_controllable (PBD::Controllable*); -- cgit v1.2.3