]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/app.mm
Fixed bad merge...
[wxWidgets.git] / src / cocoa / app.mm
index 92684dafc98c81065541223948f1fec34a2dc5bf..c4fe8f3181f6feb97d94dcca160b520d03421842 100644 (file)
@@ -230,14 +230,6 @@ bool wxApp::OnInit()
     return TRUE;
 }
 
-bool wxApp::Initialized()
-{
-  if (GetTopWindow())
-    return TRUE;
-  else
-    return FALSE;
-}
-
 void wxApp::Exit()
 {
     wxApp::CleanUp();
@@ -273,8 +265,9 @@ bool wxApp::Pending()
 }
 
 // Dispatch a message.
-void wxApp::Dispatch()
+bool wxApp::Dispatch()
 {
+    return true;
 }
 
 // Yield to other processes