From: Paul Cornett Date: Tue, 6 Sep 2011 16:09:51 +0000 (+0000) Subject: remove unused __WXGTK12__ symbol X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b454750571b50ef08e7dad09d0d588745150d162 remove unused __WXGTK12__ symbol git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index d1a7a3a9fa..7bc0ed708d 100644 --- a/configure.in +++ b/configure.in @@ -2899,7 +2899,6 @@ if test "$wxUSE_GUI" = "yes"; then GUI_TK_LIBRARY= - WXGTK12= WXGTK127= WXGTK2= WXGPE= @@ -3003,10 +3002,8 @@ if test "$wxUSE_GUI" = "yes"; then TOOLKIT_VERSION=2 ;; 1.2.7) WXGTK127=1 - WXGTK12=1 - ;; - 1.2.3) WXGTK12=1 ;; + 1.2*) ;; *) AC_MSG_ERROR([ The development files for GTK+ were not found. For GTK+ 2, please ensure that pkg-config is in the path and that gtk+-2.0.pc is @@ -5371,11 +5368,6 @@ fi if test "$WXGTK2" = 1 ; then AC_DEFINE_UNQUOTED(__WXGTK20__,$WXGTK2) - WXGTK12=1 -fi - -if test "$WXGTK12" = 1 ; then - AC_DEFINE_UNQUOTED(__WXGTK12__,$WXGTK12) fi if test "$WXGTK127" = 1 ; then diff --git a/setup.h.in b/setup.h.in index 494616a715..53a076d3c4 100644 --- a/setup.h.in +++ b/setup.h.in @@ -53,9 +53,6 @@ byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN -/* Define this if your version of GTK+ is greater than 1.2 */ -#undef __WXGTK12__ - /* Define this if your version of GTK+ is greater than 1.2.7 */ #undef __WXGTK127__