From 60894f4d3e5abafd892a95f294ea0f7dd27402e8 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 28 May 2019 22:25:50 +0200 Subject: [PATCH] Remove deprecated function checkAppEnabled Signed-off-by: Roeland Jago Douma --- lib/public/App.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/public/App.php b/lib/public/App.php index 29805df6ac..c731a5085f 100644 --- a/lib/public/App.php +++ b/lib/public/App.php @@ -94,16 +94,6 @@ class App { return \OC::$server->getAppManager()->isEnabledForUser( $app ); } - /** - * Check if the app is enabled, redirects to home if not - * @param string $app - * @return void - * @since 4.0.0 - * @deprecated 9.0.0 ownCloud core will handle disabled apps and redirects to valid URLs - */ - public static function checkAppEnabled( $app ) { - } - /** * Get the last version of the app from appinfo/info.xml * @param string $app