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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user