Fix unused variable warning

This commit is contained in:
Twinaphex 2019-10-04 17:34:46 +02:00
parent daa30b1dc8
commit 811138221a

View File

@ -2029,7 +2029,9 @@ void menu_display_unset_framebuffer_dirty_flag(void)
* RGUI or XMB use this. */
float menu_display_get_dpi(unsigned width, unsigned height)
{
#ifdef RARCH_MOBILE
gfx_ctx_metrics_t metrics;
#endif
float dpi = 0.0f;
settings_t *settings = config_get_ptr();