aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 7111171..807df4a 100644
--- a/init.lua
+++ b/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