mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 02:33:14 +01:00
Remove unnecessary #include directives in TrackInfo.cpp
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Audacity: A Digital Audio Editor
|
Audacity: A Digital Audio Editor
|
||||||
|
|
||||||
TrackInfo.h
|
TrackInfo.cpp
|
||||||
|
|
||||||
Paul Licameli split from TrackPanel.cpp
|
Paul Licameli split from TrackPanel.cpp
|
||||||
|
|
||||||
@@ -35,13 +35,11 @@ Paul Licameli split from TrackPanel.cpp
|
|||||||
|
|
||||||
#include "AColor.h"
|
#include "AColor.h"
|
||||||
#include "AllThemeResources.h"
|
#include "AllThemeResources.h"
|
||||||
#include "NoteTrack.h"
|
|
||||||
#include "Project.h"
|
#include "Project.h"
|
||||||
|
#include "Track.h"
|
||||||
#include "TrackPanelDrawingContext.h"
|
#include "TrackPanelDrawingContext.h"
|
||||||
#include "ViewInfo.h"
|
#include "ViewInfo.h"
|
||||||
#include "WaveTrack.h"
|
|
||||||
#include "tracks/ui/TrackView.h"
|
#include "tracks/ui/TrackView.h"
|
||||||
#include "widgets/ASlider.h"
|
|
||||||
|
|
||||||
static wxString gSoloPref;
|
static wxString gSoloPref;
|
||||||
bool TrackInfo::HasSoloButton()
|
bool TrackInfo::HasSoloButton()
|
||||||
@@ -638,3 +636,4 @@ void TrackInfo::UpdatePrefs( wxWindow *pParent )
|
|||||||
fontSize--;
|
fontSize--;
|
||||||
} while (textWidth >= allowableWidth);
|
} while (textWidth >= allowableWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user