X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/176f4d75e1749df77aa8929cb79b4865c2fddaa5..58b2a122dd20cc4d1d15a29a27e618c9c88050cc:/helpers.lua diff --git a/helpers.lua b/helpers.lua index 106978f..e65e3fb 100644 --- a/helpers.lua +++ b/helpers.lua @@ -180,9 +180,6 @@ end -- create a textbox with no spacing issues function helpers.make_widget_textbox() local w = wibox.widget.textbox() - --local t = wibox.widget.base.make_widget(w) - --t.widget = w - --return t return setmetatable({ widget = w }, { __index = w }) end