mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove unused variable
This commit is contained in:
parent
fa7829913b
commit
72dd646d65
@ -802,7 +802,6 @@ void video_driver_get_video_output_prev(void)
|
|||||||
bool video_driver_frame(const void *frame, unsigned width,
|
bool video_driver_frame(const void *frame, unsigned width,
|
||||||
unsigned height, unsigned pitch, const char *msg)
|
unsigned height, unsigned pitch, const char *msg)
|
||||||
{
|
{
|
||||||
bool ret;
|
|
||||||
driver_t *driver = driver_get_ptr();
|
driver_t *driver = driver_get_ptr();
|
||||||
runloop_t *runloop = rarch_main_get_ptr();
|
runloop_t *runloop = rarch_main_get_ptr();
|
||||||
if (driver && driver->video
|
if (driver && driver->video
|
||||||
|
Loading…
x
Reference in New Issue
Block a user