From: Brion Vibber Date: Fri, 28 May 2004 21:30:13 +0000 (+0000) Subject: Remove redundant options array X-Git-Tag: 1.5.0alpha1~3173 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=0a848cced114a1501fa7dc984ab89e94ee3f7046;p=lhc%2Fweb%2Fwiklou.git Remove redundant options array --- diff --git a/languages/LanguageCy.php b/languages/LanguageCy.php index 5138e69924..eb548289a9 100644 --- a/languages/LanguageCy.php +++ b/languages/LanguageCy.php @@ -20,18 +20,6 @@ ); -/* private */ $wgDefaultUserOptionsCy = array( - "quickbar" => 1, "underline" => 1, "hover" => 1, - "cols" => 80, "rows" => 25, "searchlimit" => 20, - "contextlines" => 5, "contextchars" => 50, - "skin" => 0, "math" => 1, "rcdays" => 7, "rclimit" => 50, - "highlightbroken" => 1, "stubthreshold" => 0, - "previewontop" => 1, "editsection"=>1,"editsectiononrightclick"=>0, - "showtoc"=>1, - "showtoolbar" =>1, - "date" => 0 -); - /* private */ $wgQuickbarSettingsCy = array( "Dim", "Sefydlog chwith", "Sefydlog de", "Arnawf de" ); @@ -1042,11 +1030,6 @@ require_once( "LanguageUtf8.php" ); class LanguageCy extends LanguageUtf8 { - function getDefaultUserOptions () { - global $wgDefaultUserOptionsCy; - return $wgDefaultUserOptionsCy; - } - function getBookstoreList () { global $wgBookstoreListCy; return $wgBookstoreListCy;