mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Turn into static function
This commit is contained in:
parent
28cc34bf14
commit
4d24153870
@ -402,7 +402,7 @@ static bool get_metrics_null(void *data, enum display_metric_types type,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool set_resize_null(void *a, unsigned b, unsigned c)
|
static bool set_resize_null(void *a, unsigned b, unsigned c)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user