]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/utils_osx.cpp
Add wxDataViewCtrl::GTKPathToItem() function and use it.
[wxWidgets.git] / src / osx / utils_osx.cpp
index 9b6eeaa80e8e40f29adc03174c0de3d94e98ecd4..c7adb418110dc1f4527250b5afe869fa10bf4b57 100644 (file)
@@ -83,18 +83,6 @@ void wxDisplaySize(int *width, int *height)
         *height = (int)bounds.size.height;
 }
 
-#if wxUSE_BASE
-
-void wxMacWakeUp()
-{
-    wxEventLoopBase * const loop = wxEventLoopBase::GetActive();
-
-    if ( loop )
-        loop->WakeUp();
-}
-
-#endif
-
 #if wxUSE_GUI
 
 // ----------------------------------------------------------------------------