summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-04 18:06:54 +0200
committerRobin Gareus <robin@gareus.org>2017-07-04 18:08:36 +0200
commit608f99ad1cdfcfc20059f3fdb7ec0d6820615f70 (patch)
treea7441ecb61c92748f3fa81aa7d512fc0affc0bd7 /gtk2_ardour/processor_box.h
parent2fdeb54b7845f4077d1dd4b1158ea1c1e5a3e44b (diff)
Fix a plugin-insert position off-by-one and remove cruft.
Route::before_processor_for_index() uses display_to_user() which includes the Amp. Insert position is still be wrong with the debug mode ProcessorBox::show_all_processors == true, but that's not a regression.
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 331848efc1..fa614f9b6f 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -490,7 +490,6 @@ private:
* put at the end of the plugin list.
*/
int _placement;
- uint32_t _visible_prefader_processors;
ProcessorSelection& _p_selection;
static Gtkmm2ext::ActionMap myactions;
@@ -537,7 +536,6 @@ private:
bool processor_button_release_event (GdkEventButton *, ProcessorEntry *);
void redisplay_processors ();
void add_processor_to_display (boost::weak_ptr<ARDOUR::Processor>);
- void help_count_visible_prefader_processors (boost::weak_ptr<ARDOUR::Processor>, uint32_t*, bool*);
void reordered ();
void report_failed_reorder ();
void route_processors_changed (ARDOUR::RouteProcessorChange);