]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
allow specifying the mask colour in wxImage::ConvertAlphaToMask() (closes #10143)
[wxWidgets.git] / src / msw / evtloop.cpp
index 0b5530ff70b78b5fa96ebb9a9b04c5870c65e471..d09faae69f8a00b25b74cac953c4ed126f114c9c 100644 (file)
@@ -363,12 +363,6 @@ void wxGUIEventLoop::WakeUp()
 
 #if wxUSE_CONSOLE_EVENTLOOP
 
-void wxConsoleEventLoop::OnNextIteration()
-{
-    if ( wxTheApp )
-        wxTheApp->ProcessPendingEvents();
-}
-
 void wxConsoleEventLoop::WakeUp()
 {
 #if wxUSE_THREADS