]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove OC_App::getActiveNavigationEntry - not unsed anymore
authorMorris Jobke <hey@morrisjobke.de>
Fri, 4 Dec 2015 16:26:28 +0000 (17:26 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 4 Dec 2015 16:26:28 +0000 (17:26 +0100)
lib/private/app.php

index 78b039b87f0b58f2e61fda72001928cffd3a18ea..145517e218ae8490bc09aeb69f85bacfea6b6ba5 100644 (file)
@@ -360,20 +360,6 @@ class OC_App {
                $appManager->disableApp($app);
        }
 
-       /**
-        * gets the active Menu entry
-        *
-        * @return string id or empty string
-        *
-        * This function returns the id of the active navigation entry (set by
-        * setActiveNavigationEntry
-        *
-        * @deprecated Use \OC::$server->getNavigationManager()->getActiveEntry() instead
-        */
-       public static function getActiveNavigationEntry() {
-               return OC::$server->getNavigationManager()->getActiveEntry();
-       }
-
        /**
         * Returns the Settings Navigation
         *