From 0a848cced114a1501fa7dc984ab89e94ee3f7046 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 28 May 2004 21:30:13 +0000 Subject: [PATCH] Remove redundant options array --- languages/LanguageCy.php | 17 ----------------- 1 file changed, 17 deletions(-) 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; -- 2.20.1