diff --git a/lib/public/App.php b/lib/public/App.php
index 29805df6ace10b185dfcaca51fb427c78e860e47..c731a5085f716cde7a0e6188d45878a7174fb835 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