luci-mod-network: drop 2 unused variables
Fixes:faad7464a8
("luci-mod-network: add support for network.device sections") Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit398932f39b
)
This commit is contained in:
parent
a1b62732b8
commit
8303c2eac3
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ return view.extend({
|
|||
s.addModalOptions = function(s) {
|
||||
var protoval = uci.get('network', s.section, 'proto'),
|
||||
protoclass = protoval ? network.getProtocol(protoval) : null,
|
||||
o, ifname_single, ifname_multi, proto_select, proto_switch, type, stp, igmp, ss, so;
|
||||
o, proto_select, proto_switch, type, stp, igmp, ss, so;
|
||||
|
||||
if (!protoval)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue