projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix DrawLine() and DrawPolygon() which were totally broken for GTK1 since rev 36998
[wxWidgets.git]
/
src
/
x11
/
app.cpp
diff --git
a/src/x11/app.cpp
b/src/x11/app.cpp
index 9677cf46fcac7587f34000aa19aebc2c9e7e80ee..17a553ffe9299698feee90a8c0b6b11933ee6468 100644
(file)
--- a/
src/x11/app.cpp
+++ b/
src/x11/app.cpp
@@
-86,10
+86,6
@@
long wxApp::sm_lastMessageTime = 0;
IMPLEMENT_DYNAMIC_CLASS(wxApp, wxEvtHandler)
-BEGIN_EVENT_TABLE(wxApp, wxEvtHandler)
- EVT_IDLE(wxAppBase::OnIdle)
-END_EVENT_TABLE()
-
bool wxApp::Initialize(int& argC, wxChar **argV)
{
#if defined(__WXDEBUG__) && !wxUSE_NANOX