mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
initialize uninitialized var - possible fix for #6400
This commit is contained in:
parent
71c096a906
commit
51234d6d09
1 changed files with 0 additions and 7 deletions
|
|
@ -261,13 +261,6 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
||||||
, last_key_press_time (0)
|
, last_key_press_time (0)
|
||||||
, save_as_dialog (0)
|
, save_as_dialog (0)
|
||||||
, meterbridge (0)
|
, meterbridge (0)
|
||||||
, rc_option_editor (0)
|
|
||||||
, open_session_selector (0)
|
|
||||||
, _numpad_locate_happening (false)
|
|
||||||
, _session_is_new (false)
|
|
||||||
, last_key_press_time (0)
|
|
||||||
, save_as_dialog (0)
|
|
||||||
, meterbridge (0)
|
|
||||||
, speaker_config_window (X_("speaker-config"), _("Speaker Configuration"))
|
, speaker_config_window (X_("speaker-config"), _("Speaker Configuration"))
|
||||||
, key_editor (X_("key-editor"), _("Key Bindings"))
|
, key_editor (X_("key-editor"), _("Key Bindings"))
|
||||||
, add_route_dialog (X_("add-routes"), _("Add Tracks/Busses"))
|
, add_route_dialog (X_("add-routes"), _("Add Tracks/Busses"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue