Remove unmaintained components: lucid, fastindex, niu
[project/luci.git] / modules / niu / luasrc / model / cbi / niu / network / wlanwanscan.lua
diff --git a/modules/niu/luasrc/model/cbi/niu/network/wlanwanscan.lua b/modules/niu/luasrc/model/cbi/niu/network/wlanwanscan.lua
deleted file mode 100644 (file)
index 4035ff4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-local t = Template("niu/network/wlanwanscan")
-function t.parse(self, ...)
-       local state = Template.parse(self, ...)
-       if Map.formvalue({readinput = true}, "cbi.delg.back") then
-               return FORM_SKIP
-       end 
-       if state == FORM_NODATA then
-               self.delegator.disallow_pageactions = true
-       end
-       return state
-end
-return t
\ No newline at end of file