From 92c02b2fddb7c76c93ca3e839d9cc0198f4d27eb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Nov 2011 16:19:14 +0000 Subject: forward non-used keys from mixer (strip) to "everything else" (editor, really), and add stubs for processors_up and processors_down in mixer strip git-svn-id: svn://localhost/ardour2/branches/3.0@10425 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/processor_box.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/processor_box.h') diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h index 13eed5e663..a2c28a945a 100644 --- a/gtk2_ardour/processor_box.h +++ b/gtk2_ardour/processor_box.h @@ -306,6 +306,8 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD void delete_processors (); void paste_processors (); void paste_processors (boost::shared_ptr before); + void processors_up (); + void processors_down (); void delete_dragged_processors (const std::list >&); void clear_processors (); -- cgit v1.2.3