DolphinWX: Eliminate remnants of the event table in ConfigMain

This commit is contained in:
Lioncash
2015-03-18 19:23:11 -04:00
parent 086ec7a9b7
commit febd3909c6
2 changed files with 3 additions and 11 deletions

View File

@ -14,7 +14,6 @@ class wxWindow;
class CConfigMain : public wxDialog
{
public:
CConfigMain(wxWindow* parent,
wxWindowID id = wxID_ANY,
const wxString& title = _("Dolphin Configuration"),
@ -45,7 +44,4 @@ private:
wxNotebook* Notebook;
bool bRefreshList;
private:
DECLARE_EVENT_TABLE();
};