Merge "Call setTransactionTicket() on DeferredUpdates sub-queue items too"
[lhc/web/wiklou.git] / includes / parser / ParserOptions.php
index fd826a2..25c2aa4 100644 (file)
@@ -595,27 +595,6 @@ class ParserOptions {
                return wfSetVar( $this->mIsPrintable, $x );
        }
 
-       /**
-        * @since 1.28
-        */
-       public function setMagicISBNLinks( $x ) {
-               return wfSetVar( $this->mMagicISBNLinks, $x );
-       }
-
-       /**
-        * @since 1.28
-        */
-       public function setMagicPMIDLinks( $x ) {
-               return wfSetVar( $this->mMagicPMIDLinks, $x );
-       }
-
-       /**
-        * @since 1.28
-        */
-       public function setMagicRFCLinks( $x ) {
-               return wfSetVar( $this->mMagicRFCLinks, $x );
-       }
-
        /**
         * Set the redirect target.
         *