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:
parent
7fb4652c88
commit
d373e27840
@ -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,
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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") }
|
||||||
|
|
||||||
|
@ -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") }
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
@ -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") }
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -148,8 +148,6 @@ const int sliderFontSize = 12;
|
|||||||
#define OPTIONAL_SLIDER_TICKS
|
#define OPTIONAL_SLIDER_TICKS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class wxArrayString;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// TipWindow
|
// TipWindow
|
||||||
//
|
//
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user