Remove unused $wgAPIGeneratorModules from DefaultSettings.php
authorKunal Mehta <legoktm@gmail.com>
Fri, 11 Sep 2015 20:39:13 +0000 (13:39 -0700)
committerKunal Mehta <legoktm@gmail.com>
Fri, 11 Sep 2015 20:39:13 +0000 (13:39 -0700)
This is completely ignored by the API and never made it into a stable
release - it was added and removed in 1.21.

Change-Id: I87a8df78a4bcffae9bbd51faa1137abb1faf2aa2

includes/DefaultSettings.php

index 89c04f9..37429b9 100644 (file)
@@ -7236,12 +7236,6 @@ $wgAPIPropModules = array();
  */
 $wgAPIListModules = array();
 
-/**
- * This variable is ignored. To add your module to the API, please add it to $wgAPI*Modules
- * @deprecated since 1.21
- */
-$wgAPIGeneratorModules = array();
-
 /**
  * Maximum amount of rows to scan in a DB query in the API
  * The default value is generally fine