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',