From 9abce7fa9a0c708e44017261a8ac642d8bccc268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Wed, 19 Jun 2024 08:17:19 +0200 Subject: [PATCH] chore: remove dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Luacheck fails over this unused code. Streetturtle gave me green light to remove it as part of this PR. Signed-off-by: André Jaenisch --- apt-widget/apt-widget.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apt-widget/apt-widget.lua b/apt-widget/apt-widget.lua index 0ad6639..f560cb6 100644 --- a/apt-widget/apt-widget.lua +++ b/apt-widget/apt-widget.lua @@ -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)