summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index 6a8f25c7e3..133e773186 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -64,13 +64,9 @@ class MonitorSection : public RouteUI
typedef std::vector<ChannelButtonSet*> ChannelButtons;
ChannelButtons _channel_buttons;
- Gtk::Adjustment gain_adjustment;
VolumeController* gain_control;
- Gtk::Adjustment dim_adjustment;
VolumeController* dim_control;
- Gtk::Adjustment solo_boost_adjustment;
VolumeController* solo_boost_control;
- Gtk::Adjustment solo_cut_adjustment;
VolumeController* solo_cut_control;
void populate_buttons ();
@@ -99,9 +95,6 @@ class MonitorSection : public RouteUI
void solo_boost_changed ();
void gain_value_changed ();
- bool nonlinear_gain_printer (Gtk::SpinButton*);
- bool linear_gain_printer (Gtk::SpinButton*);
-
Gtk::RadioButtonGroup solo_model_group;
Gtk::RadioButton solo_in_place_button;
Gtk::RadioButton afl_button;