projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
implemented Freeze/Thaw() for the generic listctrl
[wxWidgets.git]
/
src
/
common
/
init.cpp
diff --git
a/src/common/init.cpp
b/src/common/init.cpp
index 70c9dafcdbb824c857d9b9e59c330255aef42c4d..41b3d29330f87cd820ffa60a49845aff2794fe44 100644
(file)
--- a/
src/common/init.cpp
+++ b/
src/common/init.cpp
@@
-35,7
+35,7
@@
// global vars
// ----------------------------------------------------------------------------
// global vars
// ----------------------------------------------------------------------------
-
wxApp * WXDLLEXPORT
wxTheApp = NULL;
+
WXDLLEXPORT wxApp *
wxTheApp = NULL;
wxAppInitializerFunction
wxAppBase::m_appInitFn = (wxAppInitializerFunction)NULL;
wxAppInitializerFunction
wxAppBase::m_appInitFn = (wxAppInitializerFunction)NULL;
@@
-76,13
+76,6
@@
void WXDLLEXPORT wxExit()
abort();
}
abort();
}
-// Yield to other apps/messages
-bool WXDLLEXPORT wxYield()
-{
- // do nothing
- return TRUE;
-}
-
// Yield to other apps/messages
void WXDLLEXPORT wxWakeUpIdle()
{
// Yield to other apps/messages
void WXDLLEXPORT wxWakeUpIdle()
{