1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-23 06:31:17 +01:00

Menus.cpp does not depend directly on ProjectWindow

This commit is contained in:
Paul Licameli
2019-06-13 15:24:17 -04:00
parent 3d71edca52
commit c506536912
2 changed files with 8 additions and 4 deletions

View File

@@ -79,8 +79,6 @@ public:
};
PlaybackScroller &GetPlaybackScroller() { return *mPlaybackScroller; }
using wxFrame::DetachMenuBar;
void SetNormalizedWindowState(wxRect pSizeAndLocation) { mNormalizedWindowState = pSizeAndLocation; }
wxRect GetNormalizedWindowState() const { return mNormalizedWindowState; }