mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Remove unused method in EngineControl dialog
This commit is contained in:
parent
caae165cd3
commit
a9c149216d
2 changed files with 0 additions and 9 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue