From f4f53ebf3b2d2bdbb2e86f4305178dfe0c0b759b Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 19 Jul 2010 14:05:57 +0000 Subject: [PATCH] Remove 1.6 compat thingies --- includes/Exif.php | 12 ------------ 1 file changed, 12 deletions(-) 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 ); -- 2.20.1