remove unused method set_value from widget

This commit is contained in:
Pavel Makhov 2019-12-24 20:37:20 -05:00
parent fedea487b6
commit 7176cf38c2
1 changed files with 1 additions and 4 deletions

View File

@ -56,10 +56,7 @@ local function worker(args)
forced_width = 18,
bg = "#ffffff11",
paddings = 2,
widget = wibox.container.arcchart,
set_value = function(self, value)
self.value = value
end,
widget = wibox.container.arcchart
}
local last_battery_check = os.time()