This commit is contained in:
Twinaphex 2015-08-17 16:00:29 +02:00
parent e10b8ae6f2
commit 996c010ca6
4 changed files with 0 additions and 4 deletions

View File

@ -810,5 +810,4 @@ menu_ctx_driver_t menu_ctx_glui = {
"glui",
MENU_VIDEO_DRIVER_OPENGL,
glui_environ,
NULL,
};

View File

@ -54,5 +54,4 @@ menu_ctx_driver_t menu_ctx_null = {
"null",
MENU_VIDEO_DRIVER_GENERIC,
NULL,
NULL,
};

View File

@ -779,5 +779,4 @@ menu_ctx_driver_t menu_ctx_rgui = {
"rgui",
MENU_VIDEO_DRIVER_GENERIC,
rgui_environ,
NULL,
};

View File

@ -2593,5 +2593,4 @@ menu_ctx_driver_t menu_ctx_xmb = {
"xmb",
MENU_VIDEO_DRIVER_OPENGL,
xmb_environ,
NULL,
};