Reverted r48984. Fragile, doesn't work if memcached is enabled. See CodeReview.
[lhc/web/wiklou.git] / languages / Language.php
index 418afa7..917898f 100644 (file)
@@ -47,7 +47,6 @@ class FakeConverter {
        function convertCategoryKey( $key ) {return $key; }
        function convertLinkToAllVariants($text){ return array( $this->mLang->getCode() => $text); }
        function armourMath($text){ return $text; }
-       function groupConvert($group) {return '';}
 }
 
 /**
@@ -2358,16 +2357,6 @@ class Language {
        function markNoConversion( $text, $noParse=false ) {
                return $this->mConverter->markNoConversion( $text, $noParse );
        }
-       
-       /**
-        * Callback function for magicword 'groupconvert'
-        *
-        * @param string $group: the group name called for
-        * @return blank string
-        */
-       function groupConvert( $group ) {
-               return $this->mConverter->groupConvert( $group );
-       }
 
        /**
         * A regular expression to match legal word-trailing characters