Remove reset interface from SW SDL and Xvideo.

This commit is contained in:
Themaister 2014-05-30 18:13:34 +02:00
parent c020f362b6
commit c5ef4330d1
2 changed files with 0 additions and 7 deletions

View File

@ -370,10 +370,6 @@ const video_driver_t video_sdl = {
sdl_gfx_free,
"sdl",
#ifdef HAVE_MENU
NULL,
#endif
NULL,
sdl_gfx_viewport_info,
};

View File

@ -814,9 +814,6 @@ const video_driver_t video_xvideo = {
NULL,
xv_free,
"xvideo",
#ifdef HAVE_MENU
NULL,
#endif
NULL,
xv_viewport_info,