* Removed getNsText() decleration, redundant now that the parent defines it in
[lhc/web/wiklou.git] / languages / LanguageId.php
index 9ff9114..2f8224c 100644 (file)
@@ -1312,10 +1312,6 @@ class LanguageId extends LanguageUtf8 {
                return $wgNamespaceNamesId;
        }
 
-       function getNsText( $index ) {
-               global $wgNamespaceNamesId;
-               return $wgNamespaceNamesId[$index];
-       }
 
        function getNsIndex( $text ) {
                global $wgNamespaceNamesId, $wgNamespaceAlternatesId;