]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/window.cpp
copy item text for app menu items from wx menus
[wxWidgets.git] / src / mgl / window.cpp
index d46081e8b1ae021a932cde887c4299998e53b600..aad3ea0e6b415f035fcc7ed73a093b8eb854e043 100644 (file)
@@ -1206,14 +1206,3 @@ wxWindow* wxFindWindowAtPoint(const wxPoint& pt)
     window_t *wnd = MGL_wmGetWindowAtPosition(g_winMng, pt.x, pt.y);
     return (wxWindow*)wnd->userData;
 }
-
-
-// ---------------------------------------------------------------------------
-// idle events processing
-// ---------------------------------------------------------------------------
-
-void wxWindowMGL::OnInternalIdle()
-{
-    if (wxUpdateUIEvent::CanUpdate(this) && IsShown())
-        UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
-}