From 585b0fa096467a598bd1cd1e8c3652ea3e2b08f7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 2 Nov 2013 04:48:19 +0100 Subject: [PATCH] (Xvideo) Fix warning - remove NULL for now removed start --- gfx/xvideo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/xvideo.c b/gfx/xvideo.c index 67933df395..a8247f760e 100644 --- a/gfx/xvideo.c +++ b/gfx/xvideo.c @@ -801,10 +801,8 @@ const video_driver_t video_xvideo = { NULL, xv_free, "xvideo", - #ifdef HAVE_RGUI NULL, - NULL, #endif NULL,