From 4aa3af965cd2c7078966abf96df4f254f366d21e Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 11 Sep 2015 13:39:13 -0700 Subject: [PATCH] Remove unused $wgAPIGeneratorModules from DefaultSettings.php 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 89c04f9c5b..37429b924b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 -- 2.20.1