mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Remove unused variable
This commit is contained in:
parent
d2b76a7d13
commit
18e261abcd
@ -47,7 +47,6 @@ static bool video_frame_scale(const void *data,
|
|||||||
size_t pitch)
|
size_t pitch)
|
||||||
{
|
{
|
||||||
driver_t *driver = driver_get_ptr();
|
driver_t *driver = driver_get_ptr();
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
|
|
||||||
RARCH_PERFORMANCE_INIT(video_frame_conv);
|
RARCH_PERFORMANCE_INIT(video_frame_conv);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user