summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-01 19:34:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-01 19:34:53 +0000
commit9a85516623d2b6b873ba5aade1113e4cfbae497a (patch)
tree8f38ddb2dc26b920b2aff34ed3da16ec38ed7124 /gtk2_ardour/processor_box.h
parent104a92a12894a51a6f463b91dea2b27981dd17b9 (diff)
cleanup vertical spacing a bit in mixer strip; rename new send options to be more clear on the difference; relabel "sends" button to say "Aux Sends" to be clearer on what it does; code tidy up in processor box and mixer strip
git-svn-id: svn://localhost/ardour2/branches/3.0@10850 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index bbbcf8ceb9..bf02caf3d7 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -264,9 +264,6 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
Width _width;
- Gtk::Menu *send_action_menu;
- void build_send_action_menu ();
-
void new_send ();
void show_send_controls ();