mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Remove unused variable
This commit is contained in:
parent
f071e8b440
commit
50edd0d467
@ -423,7 +423,6 @@ static void *xv_init(const video_info_t *video,
|
|||||||
unsigned i;
|
unsigned i;
|
||||||
int ret;
|
int ret;
|
||||||
XWindowAttributes target;
|
XWindowAttributes target;
|
||||||
char buf[128] = {0};
|
|
||||||
char title[128] = {0};
|
char title[128] = {0};
|
||||||
XSetWindowAttributes attributes = {0};
|
XSetWindowAttributes attributes = {0};
|
||||||
XVisualInfo visualtemplate = {0};
|
XVisualInfo visualtemplate = {0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user