]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/app.cpp
Sorry, needed to fix typo in previous commit.
[wxWidgets.git] / src / palmos / app.cpp
index b1f8a3d30fbdea773337a97206bb05e26a028e53..8b98b53d7ee97ff62a8db2bce1fc245fc523c196 100644 (file)
@@ -285,13 +285,6 @@ int wxApp::GetComCtl32Version()
     return 0;
 }
 
-// Yield to incoming messages
-
-bool wxApp::DoYield(bool onlyIfNeeded, long eventsToProcess)
-{
-    return true;
-}
-
 #if wxUSE_EXCEPTIONS
 
 // ----------------------------------------------------------------------------