1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00

Remove friend LabelDefaultClickHandle

This commit is contained in:
Paul Licameli 2018-11-09 10:07:18 -05:00
parent c9fa8424ce
commit 822183febc

View File

@ -116,6 +116,7 @@ public:
private: private:
static wxBitmap & GetGlyph( int i); static wxBitmap & GetGlyph( int i);
public:
struct Flags { struct Flags {
int mInitialCursorPos, mCurrentCursorPos, mSelIndex; int mInitialCursorPos, mCurrentCursorPos, mSelIndex;
bool mDrawCursor; bool mDrawCursor;
@ -131,7 +132,6 @@ private:
} }
void RestoreFlags( const Flags& flags ); void RestoreFlags( const Flags& flags );
public:
static int OverATextBox( const LabelTrack &track, int xx, int yy ); static int OverATextBox( const LabelTrack &track, int xx, int yy );
static bool OverTextBox( const LabelStruct *pLabel, int x, int y ); static bool OverTextBox( const LabelStruct *pLabel, int x, int y );
@ -212,8 +212,6 @@ public:
std::weak_ptr<LabelTextHandle> mTextHandle; std::weak_ptr<LabelTextHandle> mTextHandle;
static wxFont msFont; static wxFont msFont;
friend LabelDefaultClickHandle;
}; };
#endif #endif