mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 01:21:13 +01:00
Removed some unused members, made some members const
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#include "ToolDock.h"
|
||||
#include "ToolBar.h"
|
||||
|
||||
class wxArrayPtrVoid;
|
||||
class wxBitmap;
|
||||
class wxCommandEvent;
|
||||
class wxFrame;
|
||||
@@ -108,7 +107,6 @@ class ToolManager final : public wxEvtHandler
|
||||
bool mTransition;
|
||||
#endif
|
||||
|
||||
wxArrayPtrVoid mDockedBars;
|
||||
ToolDock *mTopDock;
|
||||
ToolDock *mBotDock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user