Merge "Remove unused function: isStructuredFilterUiEnabledByDefault"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 3 Oct 2018 18:01:30 +0000 (18:01 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 3 Oct 2018 18:01:30 +0000 (18:01 +0000)
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
         *