mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +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;
|
||||
}
|
||||
|
||||
bool set_resize_null(void *a, unsigned b, unsigned c)
|
||||
static bool set_resize_null(void *a, unsigned b, unsigned c)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user