From: Chad Horohoe Date: Wed, 15 Apr 2015 16:25:00 +0000 (-0700) Subject: Remove MW_SPECIALPAGE_VERSION. Unused anywhere. X-Git-Tag: 1.31.0-rc.0~11702^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=c5b6003d713f4f2392cb19a280f4c6614bc829cd;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 */