Remove some commented out code in lakka.

This commit is contained in:
Themaister 2014-06-09 12:59:38 +02:00
parent 9a861fba6d
commit 52b21a41c6

View File

@ -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);