mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
Remove VisibleTrackIterator
This commit is contained in:
@@ -489,6 +489,16 @@ protected:
|
||||
friend class GetInfoCommand;
|
||||
};
|
||||
|
||||
// A predicate class
|
||||
struct IsVisibleTrack
|
||||
{
|
||||
IsVisibleTrack(AudacityProject *project);
|
||||
|
||||
bool operator () (const Track *pTrack) const;
|
||||
|
||||
wxRect mPanelRect;
|
||||
};
|
||||
|
||||
// See big pictorial comment in TrackPanel for explanation of these numbers
|
||||
enum : int {
|
||||
kLeftInset = 4,
|
||||
|
||||
Reference in New Issue
Block a user