Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / includes / Preferences.php
index fbb7b51..cd675c6 100644 (file)
@@ -888,12 +888,6 @@ class Preferences {
                        'section' => 'rc/advancedrc',
                );
 
-               $defaultPreferences['hidecategorization'] = array(
-                       'type' => 'toggle',
-                       'label-message' => 'tog-hidecategorization',
-                       'section' => 'rc/advancedrc',
-               );
-
                if ( $user->useRCPatrol() ) {
                        $defaultPreferences['hidepatrolled'] = array(
                                'type' => 'toggle',
@@ -1001,12 +995,6 @@ class Preferences {
                        'label-message' => 'tog-watchlisthideliu',
                );
 
-               $defaultPreferences['watchlisthidecategorization'] = array(
-                       'type' => 'toggle',
-                       'section' => 'watchlist/advancedwatchlist',
-                       'label-message' => 'tog-watchlisthidecategorization',
-               );
-
                if ( $user->useRCPatrol() ) {
                        $defaultPreferences['watchlisthidepatrolled'] = array(
                                'type' => 'toggle',