From 8900357b4b270f566dc068c0d2c285f71fdb1ef4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 Mar 2013 16:41:37 +0000 Subject: luci-app-qos: remove support for mini admin --- applications/luci-qos/luasrc/controller/qos.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'applications/luci-qos/luasrc/controller') diff --git a/applications/luci-qos/luasrc/controller/qos.lua b/applications/luci-qos/luasrc/controller/qos.lua index e356599d8a..4a7092de74 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 -- cgit v1.2.3