Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-06-27 20:22:17 +0300
committerdartcafe <github@dartcafe.de>2020-06-27 20:22:17 +0300
commit40b2720d0d1c74ed3a2a12497185d47fb0b7ab29 (patch)
treebb3980a11cfd102d2205b5c38ad5799250a951ba /lib/AppInfo
parentfd1779a07d81d21f5ba186de522a862693bd3677 (diff)
some polish
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 7a88db86..53922944 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -23,19 +23,6 @@
namespace OCA\Polls\AppInfo;
-// use OCA\Polls\Controller\PageController;
-// use OCA\Polls\Controller\ApiController;
-// use OCA\Polls\Controller\CommentController;
-// use OCA\Polls\Controller\PollController;
-// use OCA\Polls\Controller\NotificationController;
-// use OCA\Polls\Controller\OptionController;
-// use OCA\Polls\Controller\VoteController;
-// use OCA\Polls\Controller\ShareController;
-// use OCA\Polls\Db\OptionMapper;
-// use OCA\Polls\Db\PollMapper;
-// use OCA\Polls\Db\NotificationMapper;
-// use OCA\Polls\Db\VoteMapper;
-// use OCA\Polls\Db\ShareMapper;
use OCP\AppFramework\App;
use OCP\IContainer;