summaryrefslogtreecommitdiffstats
path: root/settings/routes.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-02-12 00:11:38 +0100
committerLukas Reschke <lukas@owncloud.com>2015-02-16 13:46:45 +0100
commit7e45f5d27ba5168a4601f60d70b0eeab40245dc3 (patch)
tree44f1182bb89dd0aeec6883bfcced0aae7788b9c8 /settings/routes.php
parent78febb2ee594bac5d483f7c8534ed5eb33c2c528 (diff)
downloadnextcloud-server-7e45f5d27ba5168a4601f60d70b0eeab40245dc3.tar.gz
nextcloud-server-7e45f5d27ba5168a4601f60d70b0eeab40245dc3.zip
Remove unused function and correct PHPDoc
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 150746665d3..942d9b0fb28 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -37,8 +37,6 @@ $this->create('settings_help', '/settings/help')
->actionInclude('settings/help.php');
$this->create('settings_personal', '/settings/personal')
->actionInclude('settings/personal.php');
-$this->create('settings_settings', '/settings')
- ->actionInclude('settings/settings.php');
$this->create('settings_users', '/settings/users')
->actionInclude('settings/users.php');
$this->create('settings_apps', '/settings/apps')