From: Niklas Laxström Date: Wed, 7 Sep 2011 09:21:16 +0000 (+0000) Subject: Removed old constants: 1) not used 2) because of autoloader, they have not necessaril... X-Git-Tag: 1.31.0-rc.0~27845 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=24eef569e4350fa835ff4ab7667d18b418a67e5e;p=lhc%2Fweb%2Fwiklou.git Removed old constants: 1) not used 2) because of autoloader, they have not necessarily even been available for long time. --- diff --git a/includes/LogPage.php b/includes/LogPage.php index a9486938f8..f098c528a9 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -577,11 +577,3 @@ class LogPage { return $messages[$flag]; } } - -/** - * Aliases for backwards compatibility with 1.6 - */ -define( 'MW_LOG_DELETED_ACTION', LogPage::DELETED_ACTION ); -define( 'MW_LOG_DELETED_USER', LogPage::DELETED_USER ); -define( 'MW_LOG_DELETED_COMMENT', LogPage::DELETED_COMMENT ); -define( 'MW_LOG_DELETED_RESTRICTED', LogPage::DELETED_RESTRICTED );