Remove redundant options array
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 28 May 2004 21:30:13 +0000 (21:30 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 28 May 2004 21:30:13 +0000 (21:30 +0000)
languages/LanguageCy.php

index 5138e69..eb54828 100644 (file)
 
 );
 
-/* 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;