From 6d702f3538a3c3427b97e2f50225f5c6b68e3670 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 22 Sep 2016 21:51:22 +0200 Subject: [PATCH] Remove unused buf_fps variable --- gfx/drivers/xvideo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/drivers/xvideo.c b/gfx/drivers/xvideo.c index 323d2326c7..5261502c76 100644 --- a/gfx/drivers/xvideo.c +++ b/gfx/drivers/xvideo.c @@ -413,7 +413,6 @@ static void *xv_init(const video_info_t *video, unsigned i; XWindowAttributes target; char buf[128] = {0}; - char buf_fps[128] = {0}; XSetWindowAttributes attributes = {0}; XVisualInfo visualtemplate = {0}; unsigned width = 0;