DolphinWX: Remove unnecessary forward declarations

These are all fully defined
This commit is contained in:
Lioncash
2015-04-28 17:31:13 -04:00
parent 79dff19aa0
commit 88f7536d81
38 changed files with 1 additions and 56 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -12,7 +12,6 @@
class wxCheckBox;
class wxTextCtrl;
class wxWindow;
wxDECLARE_EVENT(UPDATE_CHEAT_LIST_EVENT, wxCommandEvent);

View File

@ -13,11 +13,9 @@
class IniFile;
class wxButton;
class wxCheckListBox;
class wxCommandEvent;
class wxListBox;
class wxStaticText;
class wxTextCtrl;
class wxWindow;
namespace Gecko
{