mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
DolphinWX: Remove unnecessary forward declarations
These are all fully defined
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user