(XMB) Remove unused variable
This commit is contained in:
parent
884bc4dbc5
commit
cd3ebfed01
|
@ -1425,7 +1425,6 @@ static void *xmb_init(void)
|
||||||
xmb_handle_t *xmb = NULL;
|
xmb_handle_t *xmb = NULL;
|
||||||
const video_driver_t *video_driver = NULL;
|
const video_driver_t *video_driver = NULL;
|
||||||
float scale_factor = 1;
|
float scale_factor = 1;
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
gl_t *gl = (gl_t*)
|
gl_t *gl = (gl_t*)
|
||||||
video_driver_get_ptr(&video_driver);
|
video_driver_get_ptr(&video_driver);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue