diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-13 08:25:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-13 08:25:59 +0000 |
commit | 69406a2ac48049402f106671a316a58dc8117631 (patch) | |
tree | 6643e1cde6f8c3cbd071458afaef5b4e16b70af7 | |
parent | 2bc02e44b41ffbfcc0ccad59d09409b6bee5bbef (diff) |
modules/admin-full: remove accidentally committed compat code
-rw-r--r-- | modules/admin-full/luasrc/controller/admin/status.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/status.lua b/modules/admin-full/luasrc/controller/admin/status.lua index 3b2305515..413bc6ec1 100644 --- a/modules/admin-full/luasrc/controller/admin/status.lua +++ b/modules/admin-full/luasrc/controller/admin/status.lua @@ -16,8 +16,6 @@ $Id$ module("luci.controller.admin.status", package.seeall) function index() - local function _(x) return x end - entry({"admin", "status"}, alias("admin", "status", "overview"), _("Status"), 20).index = true entry({"admin", "status", "overview"}, template("admin_status/index"), _("Overview"), 1) entry({"admin", "status", "iptables"}, call("action_iptables"), _("Firewall"), 2).leaf = true |