From: Cristy Date: Sun, 6 Sep 2015 01:31:36 +0000 (-0400) Subject: Remove MagickCore X11 compatibility methods X-Git-Tag: 7.0.1-0~645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4733a090198da340329dde6c5db4516ad006be43;p=imagemagick Remove MagickCore X11 compatibility methods --- diff --git a/MagickCore/xwindow-private.h b/MagickCore/xwindow-private.h index 82270306c..0656095a0 100644 --- a/MagickCore/xwindow-private.h +++ b/MagickCore/xwindow-private.h @@ -45,27 +45,6 @@ extern "C" { # define klass class #endif -/* - Invoke pre-X11R6 ICCCM routines if XlibSpecificationRelease is not 6. -*/ -#if XlibSpecificationRelease < 6 -#if !defined(PRE_R6_ICCCM) -#define PRE_R6_ICCCM -#endif -#endif -/* - Invoke pre-X11R5 ICCCM routines if XlibSpecificationRelease is not defined. -*/ -#if !defined(XlibSpecificationRelease) -#define PRE_R5_ICCCM -#endif -/* - Invoke pre-X11R4 ICCCM routines if PWinGravity is not defined. -*/ -#if !defined(PWinGravity) -#define PRE_R4_ICCCM -#endif - #define MaxIconSize 96 #define MaxNumberPens 11 #define MaxNumberFonts 11