mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 01:21:47 +00:00
Remove unused buf_fps variable
This commit is contained in:
parent
7dcf9dfa75
commit
6d702f3538
@ -413,7 +413,6 @@ static void *xv_init(const video_info_t *video,
|
|||||||
unsigned i;
|
unsigned i;
|
||||||
XWindowAttributes target;
|
XWindowAttributes target;
|
||||||
char buf[128] = {0};
|
char buf[128] = {0};
|
||||||
char buf_fps[128] = {0};
|
|
||||||
XSetWindowAttributes attributes = {0};
|
XSetWindowAttributes attributes = {0};
|
||||||
XVisualInfo visualtemplate = {0};
|
XVisualInfo visualtemplate = {0};
|
||||||
unsigned width = 0;
|
unsigned width = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user