Silence unused variable warning

This commit is contained in:
twinaphex 2017-04-15 20:20:47 +02:00
parent 4b419ce125
commit b591d63e8b

View File

@ -191,6 +191,8 @@ float get_backing_scale_factor(void)
backing_scale_def = 0.0f;
RAScreen *screen = NULL;
(void)screen;
if (backing_scale_def != 0.0f)
return backing_scale_def;