mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DolphinWX: Remove unnecessary forward declarations
These are all fully defined
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
class wxSpinButton;
|
||||
class wxSpinEvent;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
namespace ActionReplay { struct ARCode; }
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
#include <wx/translation.h>
|
||||
#include <wx/windowid.h>
|
||||
|
||||
class wxWindow;
|
||||
|
||||
class AboutDolphin : public wxDialog
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -9,14 +9,12 @@
|
||||
|
||||
class wxButton;
|
||||
class wxChoice;
|
||||
class wxCommandEvent;
|
||||
class wxFocusEvent;
|
||||
class wxListBox;
|
||||
class wxRadioBox;
|
||||
class wxRadioButton;
|
||||
class wxStaticText;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
class CheatSearchTab final : public wxPanel
|
||||
{
|
||||
|
||||
@@ -18,13 +18,11 @@ class wxButton;
|
||||
class wxCheckBox;
|
||||
class wxCheckListBox;
|
||||
class wxCloseEvent;
|
||||
class wxCommandEvent;
|
||||
class wxListBox;
|
||||
class wxNotebook;
|
||||
class wxStaticBox;
|
||||
class wxStaticText;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
namespace Gecko
|
||||
{
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
class wxCheckBox;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
wxDECLARE_EVENT(UPDATE_CHEAT_LIST_EVENT, wxCommandEvent);
|
||||
|
||||
|
||||
@@ -13,11 +13,9 @@
|
||||
class IniFile;
|
||||
class wxButton;
|
||||
class wxCheckListBox;
|
||||
class wxCommandEvent;
|
||||
class wxListBox;
|
||||
class wxStaticText;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
namespace Gecko
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include <wx/panel.h>
|
||||
|
||||
class wxCheckBox;
|
||||
class wxCommandEvent;
|
||||
class wxSlider;
|
||||
class wxStaticText;
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxCommandEvent;
|
||||
class wxRadioBox;
|
||||
class wxSlider;
|
||||
class wxSpinCtrl;
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
class wxNotebook;
|
||||
class wxPanel;
|
||||
class wxWindow;
|
||||
|
||||
wxDECLARE_EVENT(wxDOLPHIN_CFG_REFRESH_LIST, wxCommandEvent);
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include <wx/panel.h>
|
||||
|
||||
class wxButton;
|
||||
class wxCommandEvent;
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxString;
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include <wx/panel.h>
|
||||
|
||||
class wxCheckBox;
|
||||
class wxCommandEvent;
|
||||
class wxChoice;
|
||||
class wxRadioBox;
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
class wxButton;
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxCommandEvent;
|
||||
|
||||
class InterfaceConfigPane final : public wxPanel
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
class wxButton;
|
||||
class wxCheckBox;
|
||||
class wxCommandEvent;
|
||||
class wxListBox;
|
||||
class wxDirPickerCtrl;
|
||||
class wxFilePickerCtrl;
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxCommandEvent;
|
||||
|
||||
class WiiConfigPane final : public wxPanel
|
||||
{
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
class InputConfig;
|
||||
class wxButton;
|
||||
class wxStaticBoxSizer;
|
||||
class wxWindow;
|
||||
|
||||
class ControllerConfigDiag : public wxDialog
|
||||
{
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/windowid.h>
|
||||
|
||||
class wxWindow;
|
||||
|
||||
class CBreakPointView : public wxListCtrl
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
class CBreakPointView;
|
||||
class CCodeWindow;
|
||||
class wxListEvent;
|
||||
class wxWindow;
|
||||
|
||||
class CBreakPointWindow : public wxPanel
|
||||
{
|
||||
|
||||
@@ -23,7 +23,6 @@ wxDECLARE_EVENT(wxEVT_CODEVIEW_CHANGE, wxCommandEvent);
|
||||
class DebugInterface;
|
||||
class SymbolDB;
|
||||
class wxPaintDC;
|
||||
class wxWindow;
|
||||
|
||||
class CCodeView : public wxControl
|
||||
{
|
||||
|
||||
@@ -19,7 +19,6 @@ class CMemoryView;
|
||||
class wxAuiNotebook;
|
||||
class wxAuiToolBar;
|
||||
class wxListBox;
|
||||
class wxWindow;
|
||||
|
||||
class DSPDebuggerLLE : public wxPanel
|
||||
{
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class wxWindow;
|
||||
|
||||
class CDSPRegTable : public wxGridTableBase
|
||||
{
|
||||
private:
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user