Turn this function static

This commit is contained in:
twinaphex 2020-08-03 01:41:48 +02:00
parent 5105216380
commit cb8b2db3ad
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ enum menu_driver_id_type gfx_display_get_driver_id(void)
return p_disp->menu_driver_id;
}
float gfx_display_get_dpi_scale_internal(unsigned width, unsigned height)
static float gfx_display_get_dpi_scale_internal(unsigned width, unsigned height)
{
float dpi;
float diagonal_pixels;