From e7c19321602ef4f976a74eaa336cb2701b96d1ef Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 30 Jan 2014 15:23:41 +0000 Subject: [PATCH] Remove preference to choose between per-app sidebox width & same sidebox size for all apps. Now always per-app. --- pixelegg/hook_settings.inc.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pixelegg/hook_settings.inc.php b/pixelegg/hook_settings.inc.php index 8e8acd003f..34aee53015 100644 --- a/pixelegg/hook_settings.inc.php +++ b/pixelegg/hook_settings.inc.php @@ -72,15 +72,6 @@ $GLOBALS['settings'] = array( 'admin' => False, 'forced' => false, ), - 'app_specific_sidebar_width' => array( - 'type' => 'check', - 'label' => 'Store sidebar width for each application', - 'name' => 'app_specific_sidebar_width', - 'help' => 'When set, the width of the sidebar menu is not stored globaly but independently for each application', - 'xmlrpc' => false, - 'admin' => false, - 'default'=> '0', - ), 'open_tabs' => array( 'type' => 'multiselect', 'label' => 'Open application tabs',