mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
remove now-unused member variable
This commit is contained in:
parent
0ea395b934
commit
be12af293d
2 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue