Follow up r61856, no need.
authorPhilip Tzou <philip@users.mediawiki.org>
Tue, 2 Feb 2010 15:26:20 +0000 (15:26 +0000)
committerPhilip Tzou <philip@users.mediawiki.org>
Tue, 2 Feb 2010 15:26:20 +0000 (15:26 +0000)
languages/classes/LanguageZh.php

index d89c4c4..4a73c66 100644 (file)
@@ -170,15 +170,6 @@ class LanguageZh extends LanguageZh_hans {
                        "\"$1\"", $text);
        }
 
-       /**
-        * word segmentation
-        */
-       function wordSegmentation( $string ) {
-               // LanguageZh_hans::wordSegmentation
-               $s = parent::wordSegmentation( $string );
-               return $s;
-       }
-
        /**
         * auto convert to zh-hans and normalize special characters.
         *