Remove several deprecated unused methods from OutputPage & ParserOutput
[lhc/web/wiklou.git] / includes / OutputPage.php
index 56e2370..e0f25cd 100644 (file)
@@ -4231,16 +4231,6 @@ class OutputPage extends ContextSource {
                wfDeprecated( __METHOD__, '1.31' );
        }
 
-       /**
-        * @return bool
-        * @since 1.23
-        * @deprecated since 1.31, use $poOptions to addParserOutput() instead.
-        */
-       public function sectionEditLinksEnabled() {
-               wfDeprecated( __METHOD__, '1.31' );
-               return true;
-       }
-
        /**
         * Helper function to setup the PHP implementation of OOUI to use in this request.
         *