projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
updated wxExecute checks in wxGTK to be same as in other Unix ports after recent...
[wxWidgets.git]
/
src
/
mgl
/
app.cpp
diff --git
a/src/mgl/app.cpp
b/src/mgl/app.cpp
index f94600c41e0a15346d8efa0efde8b3b7b2bd6526..c0338c7834953a78b9fff7b64fb4d0dc8280ba0b 100644
(file)
--- a/
src/mgl/app.cpp
+++ b/
src/mgl/app.cpp
@@
-201,11
+201,6
@@
static void wxDestroyMGL_WM()
IMPLEMENT_DYNAMIC_CLASS(wxApp,wxEvtHandler)
-BEGIN_EVENT_TABLE(wxApp, wxEvtHandler)
- EVT_IDLE(wxAppBase::OnIdle)
-END_EVENT_TABLE()
-
-
wxApp::wxApp()
{
}