chore: remove dead code

Luacheck fails over this unused code. Streetturtle gave me green light
to remove it as part of this PR.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-06-19 08:17:19 +02:00
parent ebcf76ae17
commit 9abce7fa9a
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

@ -63,14 +63,6 @@ local apt_widget = wibox.widget({
end,
})
local apt_widget_button = wibox.widget({
{
apt_widget,
widget = wibox.container.margin,
},
widget = clickable_container, -- luacheck: ignore (todo fix)
})
--- Parses the line and creates the package table out of it
--- yaru-theme-sound/focal-updates,focal-updates 20.04.10.1 all [upgradable from: 20.04.8]
local parse_package = function(line)