DolphinWX: Remove unnecessary forward declarations

This commit is contained in:
Lioncash
2014-11-07 22:16:13 -05:00
parent 4714564fbd
commit 210567a919
19 changed files with 0 additions and 38 deletions

View File

@ -27,8 +27,6 @@
#include "DolphinWX/HotkeyDlg.h"
#include "DolphinWX/WXInputBase.h"
class wxWindow;
BEGIN_EVENT_TABLE(HotkeyConfigDialog,wxDialog)
EVT_COMMAND_RANGE(0, NUM_HOTKEYS - 1, wxEVT_BUTTON, HotkeyConfigDialog::OnButtonClick)
EVT_TIMER(wxID_ANY, HotkeyConfigDialog::OnButtonTimer)