Skip to content

Commit 9abce7f

Browse files
committed
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 <[email protected]>
1 parent ebcf76a commit 9abce7f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apt-widget/apt-widget.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ local apt_widget = wibox.widget({
6363
end,
6464
})
6565

66-
local apt_widget_button = wibox.widget({
67-
{
68-
apt_widget,
69-
widget = wibox.container.margin,
70-
},
71-
widget = clickable_container, -- luacheck: ignore (todo fix)
72-
})
73-
7466
--- Parses the line and creates the package table out of it
7567
--- yaru-theme-sound/focal-updates,focal-updates 20.04.10.1 all [upgradable from: 20.04.8]
7668
local parse_package = function(line)

0 commit comments

Comments
 (0)