1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-12 14:47:43 +02:00

Remove some unused forward declarations and #include directives

This commit is contained in:
Paul Licameli 2020-05-23 05:32:01 -04:00
parent 7fb4652c88
commit d373e27840
16 changed files with 0 additions and 22 deletions

View File

@ -30,8 +30,6 @@ class NumericTextCtrl;
class ShuttleGui; class ShuttleGui;
class TimerRecordPathCtrl; class TimerRecordPathCtrl;
class wxArrayStringEx;
enum TimerRecordCompletedActions { enum TimerRecordCompletedActions {
TR_ACTION_NOTHING = 0x00000000, TR_ACTION_NOTHING = 0x00000000,
TR_ACTION_SAVED = 0x00000001, TR_ACTION_SAVED = 0x00000001,

View File

@ -31,7 +31,6 @@
class wxMenu; class wxMenu;
class wxMenuBar; class wxMenuBar;
class wxArrayString;
class wxMenu; class wxMenu;
class wxMenuBar; class wxMenuBar;
using CommandParameter = CommandID; using CommandParameter = CommandID;

View File

@ -53,7 +53,6 @@ but little else.
#include "ImportRaw.h" // defines TrackHolders #include "ImportRaw.h" // defines TrackHolders
class AudacityProject; class AudacityProject;
class wxArrayString;
class ProgressDialog; class ProgressDialog;
enum class ProgressResult : unsigned; enum class ProgressResult : unsigned;
class TrackFactory; class TrackFactory;

View File

@ -18,7 +18,6 @@
class wxChoice; class wxChoice;
class ShuttleGui; class ShuttleGui;
class wxArrayStringEx;
#define DEVICE_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Device") } #define DEVICE_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Device") }

View File

@ -19,7 +19,6 @@
class ChoiceSetting; class ChoiceSetting;
class ShuttleGui; class ShuttleGui;
class wxArrayStringEx;
#define GUI_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("GUI") } #define GUI_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("GUI") }

View File

@ -24,8 +24,6 @@ class ShuttleGui;
#include "PrefsPanel.h" #include "PrefsPanel.h"
class wxArrayStringEx;
#define MIDI_IO_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Midi IO") } #define MIDI_IO_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Midi IO") }
class MidiIOPrefs final : public PrefsPanel class MidiIOPrefs final : public PrefsPanel

View File

@ -23,8 +23,6 @@ class ShuttleGui;
enum sampleFormat : unsigned; enum sampleFormat : unsigned;
enum DitherType : unsigned; enum DitherType : unsigned;
class wxArrayStringEx;
#define QUALITY_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Quality") } #define QUALITY_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Quality") }
class QualityPrefs final : public PrefsPanel class QualityPrefs final : public PrefsPanel

View File

@ -31,7 +31,6 @@
#include "PrefsPanel.h" #include "PrefsPanel.h"
#include "SpectrogramSettings.h" #include "SpectrogramSettings.h"
class wxArrayStringEx;
class wxChoice; class wxChoice;
class wxCheckBox; class wxCheckBox;
class wxTextCtrl; class wxTextCtrl;

View File

@ -18,7 +18,6 @@
class ChoiceSetting; class ChoiceSetting;
class ShuttleGui; class ShuttleGui;
class wxArrayStringEx;
#define TRACKS_BEHAVIORS_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Tracks Behaviors") } #define TRACKS_BEHAVIORS_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Tracks Behaviors") }

View File

@ -20,8 +20,6 @@ class WaveTrack;
class wxCheckBox; class wxCheckBox;
class wxChoice; class wxChoice;
class wxArrayStringEx;
#define WAVEFORM_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Waveform") } #define WAVEFORM_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Waveform") }
class WaveformPrefs final : public PrefsPanel class WaveformPrefs final : public PrefsPanel

View File

@ -51,7 +51,6 @@ with changes in the SelectionBar.
#include <wx/statline.h> #include <wx/statline.h>
#include "../widgets/AButton.h"
#include "../AudioIOBase.h" #include "../AudioIOBase.h"
#include "../AColor.h" #include "../AColor.h"
#include "../KeyboardCapture.h" #include "../KeyboardCapture.h"

View File

@ -46,7 +46,6 @@
#include "../AllThemeResources.h" #include "../AllThemeResources.h"
#include "../ImageManipulation.h" #include "../ImageManipulation.h"
#include "../Prefs.h" #include "../Prefs.h"
#include "../widgets/AButton.h"
#include "../widgets/Grabber.h" #include "../widgets/Grabber.h"
const ToolBarConfiguration::Position const ToolBarConfiguration::Position

View File

@ -148,8 +148,6 @@ const int sliderFontSize = 12;
#define OPTIONAL_SLIDER_TICKS #define OPTIONAL_SLIDER_TICKS
#endif #endif
class wxArrayString;
// //
// TipWindow // TipWindow
// //

View File

@ -18,7 +18,6 @@
#include <wx/timer.h> // member variable #include <wx/timer.h> // member variable
#include "wxPanelWrapper.h" // to inherit #include "wxPanelWrapper.h" // to inherit
class wxArrayString;
class wxBitmap; class wxBitmap;
class wxSize; class wxSize;
class wxPoint; class wxPoint;

View File

@ -19,8 +19,6 @@
#include "../commands/Keyboard.h" #include "../commands/Keyboard.h"
class wxArrayString;
// Class holding all information about a node. Rather than a real tree // Class holding all information about a node. Rather than a real tree
// we store these in an array and simulate a tree. // we store these in an array and simulate a tree.
class KeyNode class KeyNode

View File

@ -17,7 +17,6 @@
#include <wx/colour.h> // member variable #include <wx/colour.h> // member variable
#include <wx/pen.h> // member variable #include <wx/pen.h> // member variable
class wxArrayString;
class wxDC; class wxDC;
class wxFont; class wxFont;