diff --git a/gfx/gfx_widgets.c b/gfx/gfx_widgets.c index 37459b273f..d416c33282 100644 --- a/gfx/gfx_widgets.c +++ b/gfx/gfx_widgets.c @@ -64,8 +64,6 @@ void gfx_widgets_set_persistence(bool persist) static float msg_queue_background[16] = COLOR_HEX_TO_FLOAT(0x3A3A3A, 1.0f); static float msg_queue_info[16] = COLOR_HEX_TO_FLOAT(0x12ACF8, 1.0f); -/* TODO: Colors for warning, error and success */ - static float msg_queue_task_progress_1[16] = COLOR_HEX_TO_FLOAT(0x397869, 1.0f); /* Color of first progress bar in a task message */ static float msg_queue_task_progress_2[16] = COLOR_HEX_TO_FLOAT(0x317198, 1.0f); /* Color of second progress bar in a task message (for multiple tasks with same message) */ @@ -234,8 +232,6 @@ static unsigned msg_queue_kill = 0; /* Count of messages bound to a task in current_msgs */ static unsigned msg_queue_tasks_count = 0; -/* TODO: Don't display icons if assets are missing */ - static uintptr_t msg_queue_icon = 0; static uintptr_t msg_queue_icon_outline = 0; static uintptr_t msg_queue_icon_rect = 0; diff --git a/gfx/gfx_widgets.h b/gfx/gfx_widgets.h index be52bfc62e..cc915962f5 100644 --- a/gfx/gfx_widgets.h +++ b/gfx/gfx_widgets.h @@ -39,6 +39,8 @@ #define HOURGLASS_DURATION 1000 #define GENERIC_MESSAGE_DURATION 3000 +/* TODO: Colors for warning, error and success */ + #define TEXT_COLOR_INFO 0xD8EEFFFF #if 0 #define TEXT_COLOR_SUCCESS 0x22B14CFF