mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinWX: Eliminate remnants of the event table in ConfigMain
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user