]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/utils_osx.cpp
Fix processing of events for MRU entries #10 and more in docview.
[wxWidgets.git] / src / osx / utils_osx.cpp
index 4764ec07a06ab6fc2497d155ba5ef70ed591690f..c7adb418110dc1f4527250b5afe869fa10bf4b57 100644 (file)
@@ -64,18 +64,6 @@ bool wxColourDisplay()
     return true;
 }
 
-#if wxUSE_BASE
-
-void wxMacWakeUp()
-{
-    wxEventLoopBase * const loop = wxEventLoopBase::GetActive();
-
-    if ( loop )
-        loop->WakeUp();
-}
-
-#endif
-
 #if wxOSX_USE_COCOA_OR_CARBON
 // Returns depth of screen
 int wxDisplayDepth()