aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Defines.php
diff options
context:
space:
mode:
authorChad Horohoe <chadh@wikimedia.org>2015-04-15 09:25:00 -0700
committerChad Horohoe <chadh@wikimedia.org>2015-04-15 09:26:01 -0700
commitc5b6003d713f4f2392cb19a280f4c6614bc829cd (patch)
tree4267044f1a745cf2005deb1ebf4f192ccb129700 /includes/Defines.php
parentd0c0ff836f3b445ed23a954b5751d477a4ce8a23 (diff)
downloadmediawikicore-c5b6003d713f4f2392cb19a280f4c6614bc829cd.tar.gz
mediawikicore-c5b6003d713f4f2392cb19a280f4c6614bc829cd.zip
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
Diffstat (limited to 'includes/Defines.php')
-rw-r--r--includes/Defines.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/Defines.php b/includes/Defines.php
index c9263da94a0a..262471eccc1e 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
*/