From: Siebrand Mazeland Date: Sat, 9 Aug 2008 11:50:08 +0000 (+0000) Subject: Remove empty convertGrammar() X-Git-Tag: 1.31.0-rc.0~45985 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=e10ddea2c4c1c2f0d590ae11f854685768ffaf97;p=lhc%2Fweb%2Fwiklou.git Remove empty convertGrammar() --- diff --git a/languages/classes/LanguageKu_ku.php b/languages/classes/LanguageKu_ku.php index 5dec67e643..cf2107ec0d 100644 --- a/languages/classes/LanguageKu_ku.php +++ b/languages/classes/LanguageKu_ku.php @@ -6,17 +6,6 @@ */ class LanguageKu_ku extends Language { -/** # Convert from the nominative form of a noun to some other case - # Invoked with {{GRAMMAR:case|word}} - /** - * Cases: - * - * From Kazakh interface, not needed at the moment, maybe later - */ - function convertGrammar( $word, $case ) { - return $word; - } - /** * Avoid grouping whole numbers between 0 to 9999 */