diff --git a/pixelegg/hook_settings.inc.php b/pixelegg/hook_settings.inc.php index cf5a6dfd36..0dc788a4fa 100644 --- a/pixelegg/hook_settings.inc.php +++ b/pixelegg/hook_settings.inc.php @@ -124,13 +124,6 @@ $GLOBALS['settings'] = array( 'xmlrpc' => True, 'admin' => False, ), - 'universalaccesssection' => array( - 'type' => 'section', - 'title' => lang('Universal Access'), - 'no_lang'=> true, - 'xmlrpc' => False, - 'admin' => False, - ), 'navbar_format' => false, // not used in JDots (defined in common prefs) 'default_app' => false, // not used in JDots, as we can have multiple tabs open ... );