From: Robert Roebling Date: Fri, 9 Nov 2007 09:00:57 +0000 (+0000) Subject: We don't use the old GtkCombo widget any more X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d91eb06e9c6626c246e4b18587165bcda5126644 We don't use the old GtkCombo widget any more git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index 030666ca70..086f2f13ee 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -39,14 +39,6 @@ #include -// FIXME: Due to a hack we use GtkCombo in here, which is deprecated since gtk2.3.0 -#include -#if defined(GTK_DISABLE_DEPRECATED) && GTK_CHECK_VERSION(2,3,0) - #undef GTK_DISABLE_DEPRECATED - #include - #define GTK_DISABLE_DEPRECATED -#endif - #include "wx/gtk/private.h" #include "wx/gtk/win_gtk.h" #include