]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
fixed bugs with setting the client size when the difference between the total and...
[wxWidgets.git] / src / common / init.cpp
index 390dced3de669ff46f3a40da23f478caf15d049f..41b3d29330f87cd820ffa60a49845aff2794fe44 100644 (file)
@@ -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()
 {