1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Remove friends from TrackPanel

This commit is contained in:
Paul Licameli
2019-07-29 00:06:08 -04:00
parent 529e1b2b38
commit 7c4b624388
3 changed files with 3 additions and 12 deletions

View File

@@ -211,13 +211,8 @@ protected:
bool mRedrawAfterStop;
friend class TrackPanelAx;
protected:
// The screenshot class needs to access internals
friend class ScreenshotCommand;
SelectedRegion mLastDrawnSelectedRegion {};
protected:
@@ -231,10 +226,6 @@ protected:
unsigned refreshResult) override;
void UpdateStatusMessage( const wxString &status ) override;
// friending GetInfoCommand allow automation to get sizes of the
// tracks, track control panel and such.
friend class GetInfoCommand;
};
// A predicate class