]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/app.cpp
wxMGL update
[wxWidgets.git] / src / mgl / app.cpp
index 2027810bd55c8870597bb0b6bed5ee67ca5c81d5..c5535f75c815bd14af16e932fef0af43fb714716 100644 (file)
@@ -74,8 +74,6 @@ bool wxYield()
         while (wxEventLoop::GetActive()->Pending())
             wxEventLoop::GetActive()->Dispatch();
     }
-    else
-        MGL_wmUpdateDC(g_winMng); // FIXME_MGL -- temporary hack, please remove
         
     /* it's necessary to call ProcessIdle() to update the frames sizes which
        might have been changed (it also will update other things set from
@@ -209,12 +207,8 @@ bool wxApp::SendIdleEvents(wxWindow* win)
 
     win->GetEventHandler()->ProcessEvent(event);
 
-#if 0 // FIXME_MGL - what the hell it is?
-    win->OnInternalIdle();
-
     if ( event.MoreRequested() )
         needMore = TRUE;
-#endif
 
     wxNode* node = win->GetChildren().First();
     while (node)