* Removed getNsText() decleration, redundant now that the parent defines it in
[lhc/web/wiklou.git] / languages / LanguageCs.php
index b8e3781..6f7d4be 100644 (file)
@@ -752,10 +752,6 @@ class LanguageCs extends LanguageUtf8 {
                return $wgNamespaceNamesCs;
        }
 
-       function getNsText( $index ) {
-               global $wgNamespaceNamesCs;
-               return $wgNamespaceNamesCs[$index];
-       }
 
        function getNsIndex( $text ) {
                global $wgNamespaceNamesCs;