mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
TrackPanelCellIterator is no longer needed
This commit is contained in:
@@ -44,7 +44,6 @@ class ControlToolBar; //Needed because state of controls can affect what gets dr
|
||||
class ToolsToolBar; //Needed because state of controls can affect what gets drawn.
|
||||
|
||||
class TrackPanelAx;
|
||||
class TrackPanelCellIterator;
|
||||
|
||||
class NoteTrack;
|
||||
class WaveTrack;
|
||||
@@ -248,8 +247,6 @@ class AUDACITY_DLL_API TrackPanel final : public CellularPanel {
|
||||
|
||||
virtual ~ TrackPanel();
|
||||
|
||||
IteratorRange< TrackPanelCellIterator > Cells();
|
||||
|
||||
void UpdatePrefs();
|
||||
void ApplyUpdatedTheme();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user