From 999aec366a7f78288bd2f993e84426debcc59cae Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 31 May 2023 21:17:39 +0200 Subject: [PATCH] chore: Drop \OC_App::getSettingsNavigation Signed-off-by: Christoph Wurst --- lib/private/legacy/OC_App.php | 13 ------------- 1 file changed, 13 deletions(-) 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 *