wxw implements wxEVT_THREAD itself now

This commit is contained in:
Shawn Hoffman 2012-03-17 18:13:02 -07:00
parent a648aca65c
commit 1fbf2e38c4
3 changed files with 0 additions and 5 deletions

View File

@ -109,9 +109,7 @@ if sys.platform == 'darwin':
env['CCFLAGS'] += ['-march=core2', '-mdynamic-no-pic']
env['CCFLAGS'] += ['-Wextra-tokens', '-Wnewline-eof']
env['CC'] = 'clang'
env['CC'] = 'llvm-gcc'
env['CXX'] = 'clang++'
env['CXX'] = 'llvm-g++'
env['CXXFLAGS'] += ['-x', 'objective-c++']
env['LINKFLAGS'] += ccld
env['LINKFLAGS'] += ['-Wl,-dead_strip,-dead_strip_dylibs']

View File

@ -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()

View File

@ -114,8 +114,6 @@ private:
static NetPlayDiag* npd;
};
DECLARE_EVENT_TYPE(wxEVT_THREAD, -1)
class ChangeGameDiag : public wxDialog
{
public: