aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/app.php')
-rw-r--r--lib/public/app.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/public/app.php b/lib/public/app.php
index fc277b6ae9a..1a46180bb96 100644
--- a/lib/public/app.php
+++ b/lib/public/app.php
@@ -156,15 +156,6 @@ class App {
}
- /**
- * @param string appid
- * @param $app app
- * @return OC_FilesystemView
- */
- public static function getStorage( $app ){
- return \OC_App::getStorage( $app );
- }
-
}