mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Remove some commented out code in lakka.
This commit is contained in:
parent
9a861fba6d
commit
52b21a41c6
@ -42,7 +42,6 @@ typedef struct
|
|||||||
float alpha;
|
float alpha;
|
||||||
float zoom;
|
float zoom;
|
||||||
float y;
|
float y;
|
||||||
//struct font_output_list out;
|
|
||||||
} menu_subitem_t;
|
} menu_subitem_t;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
@ -55,7 +54,6 @@ typedef struct
|
|||||||
int active_subitem;
|
int active_subitem;
|
||||||
int num_subitems;
|
int num_subitems;
|
||||||
menu_subitem_t *subitems;
|
menu_subitem_t *subitems;
|
||||||
//struct font_output_list out;
|
|
||||||
} menu_item_t;
|
} menu_item_t;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
@ -69,7 +67,6 @@ typedef struct
|
|||||||
int active_item;
|
int active_item;
|
||||||
int num_items;
|
int num_items;
|
||||||
menu_item_t *items;
|
menu_item_t *items;
|
||||||
//struct font_output_list out;
|
|
||||||
} menu_category_t;
|
} menu_category_t;
|
||||||
|
|
||||||
typedef float (*easingFunc)(float, float, float, float);
|
typedef float (*easingFunc)(float, float, float, float);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user