summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-21 17:02:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-21 17:02:30 +0000
commit814f2fbd8f88299110a7b2bbc49d85d1e121f1e1 (patch)
treea823a82b41e48fe3b3045a3ac26c9beea77005c7 /gtk2_ardour/startup.h
parent692987ee2e4adf52722bbe47db616af7d9959065 (diff)
change session construction so that the the monitor bus config is derived (once) from the master bus config
git-svn-id: svn://localhost/ardour2/branches/3.0@6779 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index f0146e2a5e..01fdd853f2 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -45,7 +45,6 @@ class ArdourStartup : public Gtk::Assistant {
int master_channel_count() const;
bool create_control_bus() const;
- int control_channel_count() const;
bool connect_inputs() const;
bool limit_inputs_used_for_connection() const;
@@ -180,7 +179,6 @@ class ArdourStartup : public Gtk::Assistant {
Gtk::VBox more_options_vbox;
Gtk::Label chan_count_label_1;
- Gtk::Label chan_count_label_2;
Gtk::Label chan_count_label_3;
Gtk::Label chan_count_label_4;
Gtk::Table advanced_table;
@@ -211,7 +209,6 @@ class ArdourStartup : public Gtk::Assistant {
Gtk::SpinButton _master_bus_channel_count;
Gtk::CheckButton _create_control_bus;
- Gtk::SpinButton _control_bus_channel_count;
Gtk::CheckButton _connect_inputs;
Gtk::CheckButton _limit_input_ports;