summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-qos/luasrc/controller/qos.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-qos/luasrc/controller/qos.lua')
-rw-r--r--applications/luci-qos/luasrc/controller/qos.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-qos/luasrc/controller/qos.lua b/applications/luci-qos/luasrc/controller/qos.lua
index e356599d8..4a7092de7 100644
--- a/applications/luci-qos/luasrc/controller/qos.lua
+++ b/applications/luci-qos/luasrc/controller/qos.lua
@@ -23,7 +23,4 @@ function index()
page = entry({"admin", "network", "qos"}, cbi("qos/qos"), _("QoS"))
page.dependent = true
-
- page = entry({"mini", "network", "qos"}, cbi("qos/qosmini", {autoapply=true}), _("QoS"))
- page.dependent = true
end