mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Remove commented out code
This commit is contained in:
parent
2e853b3f04
commit
0058e1ba51
@ -59,13 +59,6 @@ static unsigned to_display_pipeline(enum menu_display_prim_type prim_type, bool
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void menu_display_vk_draw(void *data)
|
static void menu_display_vk_draw(void *data)
|
||||||
/*
|
|
||||||
float x, float y,
|
|
||||||
unsigned width, unsigned height,
|
|
||||||
struct gfx_coords *coords,
|
|
||||||
void *matrix_data,
|
|
||||||
uintptr_t handle,
|
|
||||||
enum menu_display_prim_type prim_type) */
|
|
||||||
{
|
{
|
||||||
menu_display_ctx_draw_t *draw = (menu_display_ctx_draw_t*)data;
|
menu_display_ctx_draw_t *draw = (menu_display_ctx_draw_t*)data;
|
||||||
struct vk_texture *texture;
|
struct vk_texture *texture;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user