mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
Remove Unwinder instance from EngineControl::set_driver_popdown_strings
Not necessary now that signal emission is blocked via backend_changed()
This commit is contained in:
parent
dfa9a2326a
commit
e20d74079a
1 changed files with 0 additions and 1 deletions
|
|
@ -933,7 +933,6 @@ EngineControl::set_driver_popdown_strings ()
|
|||
current_driver = drivers.front ();
|
||||
}
|
||||
|
||||
PBD::Unwinder<uint32_t> protect_ignore_changes (ignore_changes, ignore_changes + 1);
|
||||
set_popdown_strings (driver_combo, drivers);
|
||||
DEBUG_ECONTROL (
|
||||
string_compose ("driver_combo.set_active_text: %1", current_driver));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue