We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05175a4 commit c0be192Copy full SHA for c0be192
1 file changed
gfx/gfx_widgets.c
@@ -1149,7 +1149,6 @@ static void gfx_widgets_draw_task_msg(
1149
static float msg_queue_task_progress[16] = COLOR_HEX_TO_FLOAT(BG_COLOR_PROGRESS, 1.0f);
1150
static float msg_queue_task_negative[16] = COLOR_HEX_TO_FLOAT(ICON_COLOR_RED, 1.0f);
1151
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);
1153
1154
unsigned msg_queue_height = p_dispwidget->msg_queue_height;
1155
unsigned text_color;
0 commit comments