mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
wxw implements wxEVT_THREAD itself now
This commit is contained in:
@ -29,7 +29,6 @@
|
||||
|
||||
#define NETPLAY_TITLEBAR "Dolphin NetPlay"
|
||||
|
||||
DEFINE_EVENT_TYPE(wxEVT_THREAD)
|
||||
BEGIN_EVENT_TABLE(NetPlayDiag, wxFrame)
|
||||
EVT_COMMAND(wxID_ANY, wxEVT_THREAD, NetPlayDiag::OnThread)
|
||||
END_EVENT_TABLE()
|
||||
|
@ -114,8 +114,6 @@ private:
|
||||
static NetPlayDiag* npd;
|
||||
};
|
||||
|
||||
DECLARE_EVENT_TYPE(wxEVT_THREAD, -1)
|
||||
|
||||
class ChangeGameDiag : public wxDialog
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user