summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-08 12:24:49 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-08-11 09:24:52 +1000
commita9c149216d1981c0a0fb2612b000b30f30cbb91c (patch)
tree98b3df4adb3d616b78d5efe5b84266dd17a46ce2 /gtk2_ardour/engine_dialog.cc
parentcaae165cd3a15a13903ddebf8375a6f4ed7b82f3 (diff)
Remove unused method in EngineControl dialog
Diffstat (limited to 'gtk2_ardour/engine_dialog.cc')
-rw-r--r--gtk2_ardour/engine_dialog.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc
index 45d49b40a3..27f46456fc 100644
--- a/gtk2_ardour/engine_dialog.cc
+++ b/gtk2_ardour/engine_dialog.cc
@@ -748,11 +748,6 @@ EngineControl::refresh_midi_display (std::string focus)
}
void
-EngineControl::update_sensitivity ()
-{
-}
-
-void
EngineControl::backend_changed ()
{
string backend_name = backend_combo.get_active_text();
@@ -888,7 +883,6 @@ EngineControl::set_device_popdown_strings ()
if (!available_devices.empty()) {
- update_sensitivity ();
{
string current_device, found_device;
@@ -934,7 +928,6 @@ EngineControl::set_input_device_popdown_strings ()
}
if (!available_devices.empty()) {
- update_sensitivity ();
{
string current_device, found_device;
@@ -981,7 +974,6 @@ EngineControl::set_output_device_popdown_strings ()
}
if (!available_devices.empty()) {
- update_sensitivity ();
{
string current_device, found_device;