summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-06-09 17:53:18 +0200
committerRobin Gareus <robin@gareus.org>2019-06-09 19:45:01 +0200
commit1cec6d1250de9e17075c563775aa7fe2c424b596 (patch)
treef25e3fbf245eef57dc4ea227cb3682daf622600d /gtk2_ardour/ardour_ui.h
parent85eab5680969593b433f3ad2d13806f78069bffe (diff)
Remove toolbar meter (meter type) context-menu
This meter is follows in sync the master-bus meter. The type should be set directly on the master-bus.
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 8ff4c3685f..bf1a11c089 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -524,11 +524,6 @@ private:
float editor_meter_max_peak;
bool editor_meter_peak_button_release (GdkEventButton*);
- bool editor_meter_button_press (GdkEventButton* ev);
- void popup_editor_meter_menu (GdkEventButton* ev);
- void add_editor_meter_type_item (Gtk::Menu_Helpers::MenuList&, Gtk::RadioMenuItem::Group&, std::string const &, ARDOUR::MeterType);
- bool _suspend_editor_meter_callbacks;
-
void blink_handler (bool);
sigc::connection blink_connection;