]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/menu.cpp
support underlined fonts (patch 1448089)
[wxWidgets.git] / src / gtk / menu.cpp
index 28fa85d2fced15c3f6673af3a9e8e55f45dbebbf..470e3b87ba4eb938178d1517f39629987a3c77b3 100644 (file)
@@ -48,9 +48,6 @@ static const int wxGTK_TITLE_ID = -3;
 // idle system
 //-----------------------------------------------------------------------------
 
-extern void wxapp_install_idle_handler();
-extern bool g_isIdle;
-
 #if wxUSE_ACCEL
 static wxString GetGtkHotKey( const wxMenuItem& item );
 #endif