From 0545f6a8f626165542fd3b86bef453e2a9f71129 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 7 Nov 2011 23:24:56 +0000 Subject: [PATCH] Removed old, unused, MW_IMG_* constants --- includes/filerepo/File.php | 7 ------- 1 file changed, 7 deletions(-) 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 ); -- 2.20.1