From cb8b2db3ad167c335dce043dc39b63823ae04f6e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 3 Aug 2020 01:41:48 +0200 Subject: [PATCH] Turn this function static --- gfx/gfx_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gfx_display.c b/gfx/gfx_display.c index 3f67fadba5..0c1969ff97 100644 --- a/gfx/gfx_display.c +++ b/gfx/gfx_display.c @@ -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;