From: Ævar Arnfjörð Bjarmason Date: Sat, 23 Apr 2005 15:56:59 +0000 (+0000) Subject: * Removed getMathNames() X-Git-Tag: 1.5.0alpha1~169 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=1ee3f6b06e5db29c5c29d597255fc6e5edc10240;p=lhc%2Fweb%2Fwiklou.git * Removed getMathNames() --- diff --git a/languages/LanguageFi.php b/languages/LanguageFi.php index 7ed3ba2f18..7fa4cf8c28 100644 --- a/languages/LanguageFi.php +++ b/languages/LanguageFi.php @@ -1231,11 +1231,6 @@ class LanguageFi extends LanguageUtf8 { return $wgSkinNamesFi; } - function getMathNames() { - global $wgMathNamesFi; - return $wgMathNamesFi; - } - function date( $ts, $adj = false ) { if ( $adj ) { $ts = $this->userAdjust( $ts ); }