diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index 298ae033e60..2d028ba30de 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -394,19 +394,6 @@ class OC_App { return isset($appData['version']) ? $appData['version'] : ''; } - /** - * Returns the Settings Navigation - * - * @return string[] - * @deprecated 14.0.0 use \OC::$server->getNavigationManager()->getAll('settings') - * - * This function returns an array containing all settings pages added. The - * entries are sorted by the key 'order' ascending. - */ - public static function getSettingsNavigation(): array { - return OC::$server->getNavigationManager()->getAll('settings'); - } - /** * get the id of loaded app *