Remove MW_SPECIALPAGE_VERSION. Unused anywhere.
authorChad Horohoe <chadh@wikimedia.org>
Wed, 15 Apr 2015 16:25:00 +0000 (09:25 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 15 Apr 2015 16:26:01 +0000 (09:26 -0700)
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

index c9263da..262471e 100644 (file)
  * @defgroup Constants MediaWiki constants
  */
 
-/**
- * Version constants for the benefit of extensions
- */
-define( 'MW_SPECIALPAGE_VERSION', 2 );
-
 /**@{
  * Database related constants
  */