From a7b3a2a0b86b6914d2768da3b1ed2db6766994a2 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sat, 7 Sep 2024 23:08:49 -0400 Subject: [PATCH] removed unused variables --- pocket/ui/apps/control.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pocket/ui/apps/control.lua b/pocket/ui/apps/control.lua index aa05ca9..99d363a 100644 --- a/pocket/ui/apps/control.lua +++ b/pocket/ui/apps/control.lua @@ -31,24 +31,13 @@ local cpair = core.cpair local APP_ID = pocket.APP_ID --- local label = style.label local lu_col = style.label_unit_pair local text_fg = style.text_fg -local basic_states = style.icon_states.basic_states local mode_states = style.icon_states.mode_states -local red_ind_s = style.icon_states.red_ind_s -local yel_ind_s = style.icon_states.yel_ind_s - local hzd_fg_bg = cpair(colors.white, colors.gray) local dis_colors = cpair(colors.white, colors.lightGray) -local emc_ind_s = { - { color = cpair(colors.black, colors.gray), symbol = "-" }, - { color = cpair(colors.black, colors.white), symbol = "\x07" }, - { color = cpair(colors.black, colors.green), symbol = "+" } -} - -- new unit control page view ---@param root graphics_element parent local function new_view(root)