mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Remove friend LabelDefaultClickHandle
This commit is contained in:
@@ -116,6 +116,7 @@ public:
|
||||
private:
|
||||
static wxBitmap & GetGlyph( int i);
|
||||
|
||||
public:
|
||||
struct Flags {
|
||||
int mInitialCursorPos, mCurrentCursorPos, mSelIndex;
|
||||
bool mDrawCursor;
|
||||
@@ -131,7 +132,6 @@ private:
|
||||
}
|
||||
void RestoreFlags( const Flags& flags );
|
||||
|
||||
public:
|
||||
static int OverATextBox( const LabelTrack &track, int xx, int yy );
|
||||
|
||||
static bool OverTextBox( const LabelStruct *pLabel, int x, int y );
|
||||
@@ -212,8 +212,6 @@ public:
|
||||
std::weak_ptr<LabelTextHandle> mTextHandle;
|
||||
|
||||
static wxFont msFont;
|
||||
|
||||
friend LabelDefaultClickHandle;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user