1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-25 07:31:14 +01:00

Move AudacityProject::GetZoomOf*

This commit is contained in:
Paul Licameli
2018-10-27 19:47:48 -04:00
parent b2ea8ab6e9
commit edd23e2634
6 changed files with 127 additions and 117 deletions

View File

@@ -597,11 +597,6 @@ public:
void DeleteCurrentAutoSaveFile();
public:
double GetZoomOfToFit();
double GetZoomOfSelection();
double GetZoomOfPreset(int preset );
bool IsSoloSimple() const { return mSoloPref == wxT("Simple"); }
bool IsSoloNone() const { return mSoloPref == wxT("None"); }