Skip to content

Commit c0be192

Browse files
committed
(gfx_widgets) Remove unused variable# Please enter the commit message for your changes. Lines starting
1 parent 05175a4 commit c0be192

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gfx/gfx_widgets.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,6 @@ static void gfx_widgets_draw_task_msg(
11491149
static float msg_queue_task_progress[16] = COLOR_HEX_TO_FLOAT(BG_COLOR_PROGRESS, 1.0f);
11501150
static float msg_queue_task_negative[16] = COLOR_HEX_TO_FLOAT(ICON_COLOR_RED, 1.0f);
11511151
static float msg_queue_task_positive[16] = COLOR_HEX_TO_FLOAT(ICON_COLOR_GREEN, 1.0f);
1152-
static float msg_queue_task_neutral[16] = COLOR_HEX_TO_FLOAT(ICON_COLOR_BLUE, 1.0f);
11531152

11541153
unsigned msg_queue_height = p_dispwidget->msg_queue_height;
11551154
unsigned text_color;

0 commit comments

Comments
 (0)