]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/window.cpp
No changes, synchronised source names that appear commented at the top of files with...
[wxWidgets.git] / src / dfb / window.cpp
index bfe64b16f073298bb8a7b1f3d798b05ff89cf0d8..51707653a868e4ccb6cc636ff70365bd9d82ecfb 100644 (file)
@@ -1054,17 +1054,6 @@ void wxWindowDFB::HandleKeyEvent(const wxDFBWindowEvent& event_)
     }
 }
 
-// ---------------------------------------------------------------------------
-// idle events processing
-// ---------------------------------------------------------------------------
-
-void wxWindowDFB::OnInternalIdle()
-{
-    if (wxUpdateUIEvent::CanUpdate(this) && IsShown())
-        UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
-}
-
-
 // Find the wxWindow at the current mouse position, returning the mouse
 // position.
 wxWindow* wxFindWindowAtPointer(wxPoint& pt)