1
0
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:
Paul Licameli
2018-11-01 13:10:01 -04:00
parent 005abb06d6
commit 39fc20c5ee
9 changed files with 12 additions and 258 deletions

View File

@@ -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();