Merge pull request #15663 from owncloud/remove-ocp-app-register
Remove \OCP\App::register()
This commit is contained in:
commit
7644c631e4
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue