]> git.saurik.com Git - wxWidgets.git/commitdiff
We don't use the old GtkCombo widget any more
authorRobert Roebling <robert@roebling.de>
Fri, 9 Nov 2007 09:00:57 +0000 (09:00 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 9 Nov 2007 09:00:57 +0000 (09:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp

index 030666ca70341079d988f8c560d593bb65d54e99..086f2f13eec8717aa2bca154374ca05ab0ed7e59 100644 (file)
 
 #include <ctype.h>
 
-// FIXME: Due to a hack we use GtkCombo in here, which is deprecated since gtk2.3.0
-#include <gtk/gtkversion.h>
-#if defined(GTK_DISABLE_DEPRECATED) && GTK_CHECK_VERSION(2,3,0)
-    #undef GTK_DISABLE_DEPRECATED
-    #include <gtk/gtkcombo.h>
-    #define GTK_DISABLE_DEPRECATED
-#endif
-
 #include "wx/gtk/private.h"
 #include "wx/gtk/win_gtk.h"
 #include <gdk/gdkkeysyms.h>