projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't call busy cursor when creating a message
[wxWidgets.git]
/
src
/
stubs
/
app.cpp
diff --git
a/src/stubs/app.cpp
b/src/stubs/app.cpp
index b04a01bbe254908e39fe0a9b0d67217474674ac7..681e66155693cdf5c877bb8212e7bc14cbf22ce6 100644
(file)
--- a/
src/stubs/app.cpp
+++ b/
src/stubs/app.cpp
@@
-40,12
+40,10
@@
extern wxList wxPendingDelete;
wxApp *wxTheApp = NULL;
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxApp, wxEvtHandler)
BEGIN_EVENT_TABLE(wxApp, wxEvtHandler)
EVT_IDLE(wxApp::OnIdle)
END_EVENT_TABLE()
-#endif
long wxApp::sm_lastMessageTime = 0;