protocols/core: remove uneeded requires from luci.tools.proto

This commit is contained in:
Jo-Philipp Wich 2012-08-17 08:19:48 +00:00
parent bde145be54
commit a3894bf21b

View file

@ -13,9 +13,6 @@ You may obtain a copy of the License at
module("luci.tools.proto", package.seeall)
local uci = require "luci.model.uci".cursor()
local net = require "luci.model.network"
function opt_macaddr(s, ifc, ...)
local v = luci.cbi.Value
local o = s:taboption("advanced", v, "macaddr", ...)