From c9398a3855643c812f3765a6ce241db138adb56f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 17 Jul 2020 04:06:02 +0200 Subject: [PATCH] (gfx widgets) Remove dead code --- gfx/gfx_widgets.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gfx/gfx_widgets.c b/gfx/gfx_widgets.c index 08093cab60..140d9e38a0 100644 --- a/gfx/gfx_widgets.c +++ b/gfx/gfx_widgets.c @@ -59,10 +59,6 @@ COLOR_HEX_TO_FLOAT(0x397869, 1.0f); static float msg_queue_task_progress_2[16] = COLOR_HEX_TO_FLOAT(0x317198, 1.0f); -#if 0 -static float color_task_progress_bar[16] = -COLOR_HEX_TO_FLOAT(0x22B14C, 1.0f); -#endif static float gfx_widgets_pure_white[16] = { 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00,