r69548 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69547‎ | r69548 | r69549 >
Date:14:05, 19 July 2010
Author:demon
Status:ok
Tags:
Comment:
Remove 1.6 compat thingies
Modified paths:
  • /trunk/phase3/includes/Exif.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Exif.php
@@ -1146,15 +1146,3 @@
11471147 return $a;
11481148 }
11491149 }
1150 -
1151 -/**
1152 - * MW 1.6 compatibility
1153 - */
1154 -define( 'MW_EXIF_BYTE', Exif::BYTE );
1155 -define( 'MW_EXIF_ASCII', Exif::ASCII );
1156 -define( 'MW_EXIF_SHORT', Exif::SHORT );
1157 -define( 'MW_EXIF_LONG', Exif::LONG );
1158 -define( 'MW_EXIF_RATIONAL', Exif::RATIONAL );
1159 -define( 'MW_EXIF_UNDEFINED', Exif::UNDEFINED );
1160 -define( 'MW_EXIF_SLONG', Exif::SLONG );
1161 -define( 'MW_EXIF_SRATIONAL', Exif::SRATIONAL );

Status & tagging log