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