Remove unused variable

This commit is contained in:
twinaphex 2018-04-09 16:45:44 +02:00
parent f071e8b440
commit 50edd0d467

View File

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