summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-11 12:05:51 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-11 12:05:51 -0400
commitbede012727ce36ee09d972fc84d8ac2d7fd0e3f1 (patch)
tree57fdce14dfe224a44b59fb9607ef2796473f5702 /gtk2_ardour/engine_dialog.h
parent7c3535ebf808056f65df50a38c7b2202ca1e27aa (diff)
remove unused members and code from EngineControl dialog (related to different devices for input+output)
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 940f594421..360c438571 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -55,8 +55,6 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
/* core fields used by all backends */
Gtk::ComboBoxText backend_combo;
- Gtk::ComboBoxText input_device_combo;
- Gtk::ComboBoxText output_device_combo;
Gtk::ComboBoxText sample_rate_combo;
Gtk::ComboBoxText buffer_size_combo;
Gtk::Label buffer_size_duration_label;
@@ -130,7 +128,6 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
std::string get_device_name() const;
std::string get_driver() const;
- void audio_mode_changed ();
void device_changed ();
void list_devices ();
void show_buffer_duration ();