Remove unused function: isStructuredFilterUiEnabledByDefault
authorStephane Bisson <sbisson@wikimedia.org>
Tue, 2 Oct 2018 00:34:55 +0000 (20:34 -0400)
committerStephane Bisson <sbisson@wikimedia.org>
Tue, 2 Oct 2018 00:34:55 +0000 (20:34 -0400)
Follow up Id3799fefd21cd9bea0e089a5e12576ee9ea1085e

Bug: T196033
Change-Id: Ib2ad41be8648f7ff8b4a218fd66c328dee3924d9

includes/specialpage/ChangesListSpecialPage.php

index 36d3eef..57f7187 100644 (file)
@@ -1839,16 +1839,6 @@ abstract class ChangesListSpecialPage extends SpecialPage {
                );
        }
 
-       /**
-        * Check whether the structured filter UI is enabled by default (regardless of
-        * this particular user's setting)
-        *
-        * @return bool
-        */
-       public function isStructuredFilterUiEnabledByDefault() {
-               return true;
-       }
-
        /**
         * Static method to check whether StructuredFilter UI is enabled for the given user
         *