From: Chad Horohoe Date: Mon, 19 Jul 2010 14:05:57 +0000 (+0000) Subject: Remove 1.6 compat thingies X-Git-Tag: 1.31.0-rc.0~36080 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=f4f53ebf3b2d2bdbb2e86f4305178dfe0c0b759b;p=lhc%2Fweb%2Fwiklou.git Remove 1.6 compat thingies --- diff --git a/includes/Exif.php b/includes/Exif.php index 594e633abf..2b48eabb5c 100644 --- a/includes/Exif.php +++ b/includes/Exif.php @@ -1146,15 +1146,3 @@ class FormatExif { return $a; } } - -/** - * MW 1.6 compatibility - */ -define( 'MW_EXIF_BYTE', Exif::BYTE ); -define( 'MW_EXIF_ASCII', Exif::ASCII ); -define( 'MW_EXIF_SHORT', Exif::SHORT ); -define( 'MW_EXIF_LONG', Exif::LONG ); -define( 'MW_EXIF_RATIONAL', Exif::RATIONAL ); -define( 'MW_EXIF_UNDEFINED', Exif::UNDEFINED ); -define( 'MW_EXIF_SLONG', Exif::SLONG ); -define( 'MW_EXIF_SRATIONAL', Exif::SRATIONAL );