remove OC_App::getActiveNavigationEntry - not unsed anymore

This commit is contained in:
Morris Jobke 2015-12-04 17:26:28 +01:00
parent e6d4496fc2
commit 46a6c6d70b

View 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
*