13
0

remove now-unused member variable

This commit is contained in:
Paul Davis 2019-10-24 21:12:05 -06:00
parent 0ea395b934
commit be12af293d
2 changed files with 0 additions and 2 deletions

View File

@ -300,7 +300,6 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
, nsm (0)
, _was_dirty (false)
, _mixer_on_top (false)
, _initial_verbose_plugin_scan (false)
, _shared_popup_menu (0)
, startup_fsm (0)
, secondary_clock_spacer (0)

View File

@ -420,7 +420,6 @@ private:
NSM_Client* nsm;
bool _was_dirty;
bool _mixer_on_top;
bool _initial_verbose_plugin_scan;
Gtk::Menu* _shared_popup_menu;