Removed deprecated data field.
This commit is contained in:
parent
e7c2e2c2a8
commit
2cc4e9701c
3
init.lua
3
init.lua
|
@ -88,7 +88,7 @@ end
|
|||
|
||||
-- {{{ Main functions
|
||||
-- {{{ Register widget
|
||||
function register(widget, wtype, format, timer, field, warg)
|
||||
function register(widget, wtype, format, timer, warg)
|
||||
local reg = {}
|
||||
local widget = widget
|
||||
|
||||
|
@ -96,7 +96,6 @@ function register(widget, wtype, format, timer, field, warg)
|
|||
reg.type = wtype
|
||||
reg.format = format
|
||||
reg.timer = timer
|
||||
reg.field = field
|
||||
reg.warg = warg
|
||||
reg.widget = widget
|
||||
|
||||
|
|
Loading…
Reference in New Issue