Remove 2 unused private fields from ApiFormatBase
authorMax Semenik <maxsem.wiki@gmail.com>
Sat, 20 Jan 2018 00:35:44 +0000 (16:35 -0800)
committerMax Semenik <maxsem.wiki@gmail.com>
Sat, 20 Jan 2018 00:35:44 +0000 (16:35 -0800)
Change-Id: I20018c7c5a2bff451db44fdb605120942500c5e1

includes/api/ApiFormatBase.php

index 4348fc8..5e14e30 100644 (file)
@@ -30,7 +30,7 @@
  * @ingroup API
  */
 abstract class ApiFormatBase extends ApiBase {
-       private $mIsHtml, $mFormat, $mUnescapeAmps, $mHelp;
+       private $mIsHtml, $mFormat;
        private $mBuffer, $mDisabled = false;
        private $mIsWrappedHtml = false;
        private $mHttpStatus = false;