]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/control.cpp
make sure wxNativeFontInfo is defined
[wxWidgets.git] / src / gtk / control.cpp
index 0191a2f91963ab654f5c73eab6b611b06677ccbb..7012a7572c67089da76672e00a96e2d63a83b4cb 100644 (file)
@@ -314,17 +314,4 @@ wxControl::GetDefaultAttributesFromGTKWidget(wxGtkWidgetNewFromAdj_t widget_new,
     return attr;
 }
 
-// ----------------------------------------------------------------------------
-// idle handling
-// ----------------------------------------------------------------------------
-
-void wxControl::OnInternalIdle()
-{
-    if ( GTKShowFromOnIdle() )
-        return;
-
-    if ( wxUpdateUIEvent::CanUpdate(this) && IsShownOnScreen() )
-        UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
-}
-
 #endif // wxUSE_CONTROLS