@@ -23,16 +23,13 @@ |
||
23 | 23 | |
24 | 24 | namespace OCA\Deck\Controller; |
25 | 25 | |
26 | -use OCA\Deck\Service\DefaultBoardService; |
|
27 | 26 | use OCP\AppFramework\Http\DataResponse; |
28 | 27 | use OCP\AppFramework\Http\NotFoundResponse; |
29 | 28 | use OCP\IConfig; |
30 | 29 | use OCP\IGroup; |
31 | 30 | use OCP\IGroupManager; |
32 | 31 | use OCP\IRequest; |
33 | -use OCP\AppFramework\Http\TemplateResponse; |
|
34 | 32 | use OCP\AppFramework\Controller; |
35 | -use OCP\IL10N; |
|
36 | 33 | |
37 | 34 | class ConfigController extends Controller { |
38 | 35 |