Remove unused method in EngineControl dialog
This commit is contained in:
@@ -747,11 +747,6 @@ EngineControl::refresh_midi_display (std::string focus)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
EngineControl::update_sensitivity ()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
EngineControl::backend_changed ()
|
||||
{
|
||||
@@ -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;
|
||||
|
||||
@@ -250,7 +250,6 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
|
||||
void manage_control_app_sensitivity ();
|
||||
int push_state_to_backend (bool start);
|
||||
void post_push ();
|
||||
void update_sensitivity ();
|
||||
|
||||
/* latency measurement */
|
||||
void latency_button_clicked ();
|
||||
|
||||
Reference in New Issue
Block a user