Removed deprecated data field.

This commit is contained in:
Adrian C. (anrxc) 2009-08-27 00:46:10 +02:00
parent e7c2e2c2a8
commit 2cc4e9701c
1 changed files with 1 additions and 2 deletions

View File

@ -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