Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Ryuno-Ki committed Jun 19, 2024
1 parent ebcf76a commit 9abce7f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apt-widget/apt-widget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9abce7f

Please sign in to comment.