]> git.saurik.com Git - wxWidgets.git/commitdiff
remove unused __WXGTK12__ symbol
authorPaul Cornett <paulcor@bullseye.com>
Tue, 6 Sep 2011 16:09:51 +0000 (16:09 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 6 Sep 2011 16:09:51 +0000 (16:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in
setup.h.in

index d1a7a3a9fa136777dbf4af94530c0d10e0516ce8..7bc0ed708d32d8b4461ef720d84d3513eebd4c64 100644 (file)
@@ -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
index 494616a715f069c894b6e866168431cc2da9feb0..53a076d3c4ce3a11cf604eea4582821a5684a288 100644 (file)
@@ -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__