From cc38e6495c547eef59edfc0bcc4dbbb203e73161 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 15 Mar 2020 18:30:14 +0800 Subject: [PATCH] luci-app-guest-wifi: remove outdated function --- .../lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua b/package/lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua index 887512f6a6..41534b0dff 100644 --- a/package/lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua +++ b/package/lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua @@ -1,8 +1,6 @@ module("luci.controller.guest-wifi", package.seeall) function index() - require("luci.i18n") - luci.i18n.loadc("guest-wifi") if not nixio.fs.access("/etc/config/guest-wifi") then return end