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:
Tim Mayberry 2015-08-10 21:33:59 +10:00
parent dfa9a2326a
commit e20d74079a

View File

@ -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));