mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-01 21:58:56 +00:00
DolphinWX: Remove unnecessary forward declarations
These are all fully defined
This commit is contained in:
parent
79dff19aa0
commit
88f7536d81
38 changed files with 1 additions and 56 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue