summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-07 11:25:06 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-07 11:25:06 +0200
commitaefea2a408e0548ee1190923e7d2c42f49d26587 (patch)
treed0a497df0f159997201ddfe4c541360d741071c9 /lib
parent54e77e0e6645c8dc8be57b5a8d0fa8ba0b22beca (diff)
downloadnextcloud-server-aefea2a408e0548ee1190923e7d2c42f49d26587.tar.gz
nextcloud-server-aefea2a408e0548ee1190923e7d2c42f49d26587.zip
remove unused classes
Diffstat (limited to 'lib')
-rw-r--r--lib/public/appframework/controller/controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/appframework/controller/controller.php b/lib/public/appframework/controller/controller.php
index a832f89df42..b3de8c991ad 100644
--- a/lib/public/appframework/controller/controller.php
+++ b/lib/public/appframework/controller/controller.php
@@ -24,8 +24,6 @@
namespace OCP\AppFramework\Controller;
-use OC\AppFramework\Http\Request;
-use OC\AppFramework\Core\API;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\IAppContainer;
use OCP\IRequest;