]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
changed charset to iso8859-2
[wxWidgets.git] / src / common / init.cpp
index 70c9dafcdbb824c857d9b9e59c330255aef42c4d..41b3d29330f87cd820ffa60a49845aff2794fe44 100644 (file)
@@ -35,7 +35,7 @@
 // global vars
 // ----------------------------------------------------------------------------
 
-wxApp * WXDLLEXPORT wxTheApp = NULL;
+WXDLLEXPORT wxApp *wxTheApp = NULL;
 
 wxAppInitializerFunction
     wxAppBase::m_appInitFn = (wxAppInitializerFunction)NULL;
@@ -76,13 +76,6 @@ void WXDLLEXPORT wxExit()
     abort();
 }
 
-// Yield to other apps/messages
-bool WXDLLEXPORT wxYield()
-{
-    // do nothing
-    return TRUE;
-}
-
 // Yield to other apps/messages
 void WXDLLEXPORT wxWakeUpIdle()
 {