From c5b6003d713f4f2392cb19a280f4c6614bc829cd Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 15 Apr 2015 09:25:00 -0700 Subject: [PATCH] Remove MW_SPECIALPAGE_VERSION. Unused anywhere. If we needed such a constant nowadays we'd probably stick it on SpecialPage itself rather than a global define. Change-Id: I8a62c4af3f6185ddd651cbf0ff86ecf39ca44123 --- includes/Defines.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/Defines.php b/includes/Defines.php index c9263da94a..262471eccc 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -24,11 +24,6 @@ * @defgroup Constants MediaWiki constants */ -/** - * Version constants for the benefit of extensions - */ -define( 'MW_SPECIALPAGE_VERSION', 2 ); - /**@{ * Database related constants */ -- 2.20.1