mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 15:29:19 +00:00
Merge pull request #2341 from lioncash/fwd
DolphinWX: Remove unnecessary forward declarations
This commit is contained in:
commit
cb20589d7f
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;
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxCommandEvent;
|
||||
|
||||
class WiiConfigPane final : public wxPanel
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue