Turn into static function

This commit is contained in:
twinaphex 2017-05-19 00:06:17 +02:00
parent 28cc34bf14
commit 4d24153870

View File

@ -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;
} }