(Xvideo) Fix warning - remove NULL for now removed start
This commit is contained in:
parent
d7d0ff2f23
commit
585b0fa096
|
@ -801,10 +801,8 @@ const video_driver_t video_xvideo = {
|
||||||
NULL,
|
NULL,
|
||||||
xv_free,
|
xv_free,
|
||||||
"xvideo",
|
"xvideo",
|
||||||
|
|
||||||
#ifdef HAVE_RGUI
|
#ifdef HAVE_RGUI
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in New Issue