]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/app.cpp
wrong override params
[wxWidgets.git] / src / palmos / app.cpp
index 6accd4a64f3e11bc325d990324dadd8957ba8fbf..8b98b53d7ee97ff62a8db2bce1fc245fc523c196 100644 (file)
@@ -285,13 +285,6 @@ int wxApp::GetComCtl32Version()
     return 0;
 }
 
-// Yield to incoming messages
-
-bool wxApp::Yield(bool onlyIfNeeded)
-{
-    return true;
-}
-
 #if wxUSE_EXCEPTIONS
 
 // ----------------------------------------------------------------------------