Merge pull request #15663 from owncloud/remove-ocp-app-register

Remove \OCP\App::register()
This commit is contained in:
Thomas Müller 2015-07-03 13:44:58 +02:00
commit 7644c631e4

View file

@ -41,18 +41,6 @@ namespace OCP;
* @since 4.0.0
*/
class App {
/**
* Makes ownCloud aware of this app
* @param array $data with all information
* @return boolean
*
* @deprecated 4.5.0 This method is deprecated. Do not call it anymore.
* It'll remain in our public API for compatibility reasons.
*
*/
public static function register( $data ) {
return true; // don't do anything
}
/**
* Adds an entry to the navigation