From 24eef569e4350fa835ff4ab7667d18b418a67e5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 7 Sep 2011 09:21:16 +0000 Subject: [PATCH] Removed old constants: 1) not used 2) because of autoloader, they have not necessarily even been available for long time. --- includes/LogPage.php | 8 -------- 1 file changed, 8 deletions(-) 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 ); -- 2.20.1