summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-02 16:46:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-02 16:46:49 +0000
commit592bfa3616678838bb80b925d66fbadae2d20d7e (patch)
tree80b9db7307f325c2118964a8d8334d8b3c70687f /gtk2_ardour/monitor_section.h
parent36803567f0ad2c385f3259856a282b5ce3b4e0e2 (diff)
mute and send-alert buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10397 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index 0b375b4a4d..813605fc27 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -79,7 +79,6 @@ class MonitorSection : public RouteUI
VolumeController* solo_cut_control;
void populate_buttons ();
- void set_button_names ();
void map_state ();
boost::shared_ptr<ARDOUR::MonitorProcessor> _monitor;
@@ -99,6 +98,7 @@ class MonitorSection : public RouteUI
void cut_all ();
void mono ();
void toggle_exclusive_solo ();
+ void set_button_names () {}
void toggle_mute_overrides_solo ();
void dim_level_changed ();
void solo_boost_changed ();