From: Aaron Schulz Date: Mon, 7 Nov 2011 23:24:56 +0000 (+0000) Subject: Removed old, unused, MW_IMG_* constants X-Git-Tag: 1.31.0-rc.0~26649 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=0545f6a8f626165542fd3b86bef453e2a9f71129;p=lhc%2Fweb%2Fwiklou.git Removed old, unused, MW_IMG_* constants --- diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 4dffbfe179..8d12ef895e 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -1681,10 +1681,3 @@ abstract class File { } } } -/** - * Aliases for backwards compatibility with 1.6 - */ -define( 'MW_IMG_DELETED_FILE', File::DELETED_FILE ); -define( 'MW_IMG_DELETED_COMMENT', File::DELETED_COMMENT ); -define( 'MW_IMG_DELETED_USER', File::DELETED_USER ); -define( 'MW_IMG_DELETED_RESTRICTED', File::DELETED_RESTRICTED );