Skip to content

Commit

Permalink
Merge pull request #15663 from owncloud/remove-ocp-app-register
Browse files Browse the repository at this point in the history
Remove \OCP\App::register()
  • Loading branch information
DeepDiver1975 committed Jul 3, 2015
2 parents 0b8ced1 + 801d715 commit 7644c63
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/public/app.php
Expand Up @@ -41,18 +41,6 @@
* @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
Expand Down

0 comments on commit 7644c63

Please sign in to comment.