From 52b21a41c6142e03bf2eca07600126d37c5e815d Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 9 Jun 2014 12:59:38 +0200 Subject: [PATCH] Remove some commented out code in lakka. --- frontend/menu/disp/lakka.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/menu/disp/lakka.h b/frontend/menu/disp/lakka.h index a3efb6b14f..ea7a43919c 100644 --- a/frontend/menu/disp/lakka.h +++ b/frontend/menu/disp/lakka.h @@ -42,7 +42,6 @@ typedef struct float alpha; float zoom; float y; - //struct font_output_list out; } menu_subitem_t; typedef struct @@ -55,7 +54,6 @@ typedef struct int active_subitem; int num_subitems; menu_subitem_t *subitems; - //struct font_output_list out; } menu_item_t; typedef struct @@ -69,7 +67,6 @@ typedef struct int active_item; int num_items; menu_item_t *items; - //struct font_output_list out; } menu_category_t; typedef float (*easingFunc)(float, float, float, float);