diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-01-21 14:19:08 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2019-01-21 14:44:20 +0100 |
commit | 8302e7995eb631accc63a45ee96ef287bc9ce017 (patch) | |
tree | 2fdc685b21d995f3f7f644bb804b8ca685bcc306 | |
parent | b8aa3ebced39a9e82dbd3751d5ed28092aa02233 (diff) |
luci-app-statistics: remove unused luci.sys include
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua | 3 | ||||
-rw-r--r-- | applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua index 193f0448a..f0a5ab593 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua @@ -1,11 +1,8 @@ -- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require "luci.sys" - local m, s, o - m = Map("luci_statistics", translate("OpenVPN Plugin Configuration"), translate("The OpenVPN plugin gathers information about the current vpn connection status.")) diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua index 77e36bfaf..69066880c 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua @@ -1,8 +1,6 @@ -- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require "luci.sys" - local m, s, o local sensor_types = { ["12v"] = "voltage", |