summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-06 16:57:39 +0200
committerGitHub <noreply@github.com>2016-10-06 16:57:39 +0200
commita0b34dfd2f5e6ed1ea5e35692816acf73f3ede4e (patch)
tree335f901a7493d920ad6a382647fdbcb5193af7ce /core
parent6d688e89c1457a682fcc07e595e96014ada36add (diff)
parented30b1f64537e94fb9874cd5f52be03c5e66899b (diff)
downloadnextcloud-server-a0b34dfd2f5e6ed1ea5e35692816acf73f3ede4e.tar.gz
nextcloud-server-a0b34dfd2f5e6ed1ea5e35692816acf73f3ede4e.zip
Merge pull request #1629 from nextcloud/cleanup-settings-application
Cleanup settings Application class
Diffstat (limited to 'core')
-rw-r--r--core/Application.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Application.php b/core/Application.php
index 97b1e1d37f1..6c6a3768a0f 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -30,8 +30,6 @@
namespace OC\Core;
-use OC\Authentication\Token\DefaultTokenProvider;
-use OC\Authentication\Token\IProvider;
use OCP\AppFramework\App;
use OCP\Util;