From 801d715907212fa2c8eade54dbcf0f7358b6b958 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 16 Apr 2015 01:34:13 +0200 Subject: [PATCH] Remove \OCP\App::register() This method can be removed. This isn't used anymore since 4.5.0. It's deprecated since mid 2012 https://github.com/owncloud/core/commit/e4679770c4d85896bef3e81125e86e272bb6cd64 It doesn't do anything since mid 2012 https://github.com/owncloud/core/commit/8a92cd21d6768fc27c4892583bef327da9a7e5f4 --- lib/public/app.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/public/app.php b/lib/public/app.php index 13f41025425..c66d988c315 100644 --- a/lib/public/app.php +++ b/lib/public/app.php @@ -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