Remove unused variable

This commit is contained in:
Twinaphex 2021-01-16 23:05:37 +01:00
parent 4d5126f71a
commit 7177a8e7d9

View File

@ -336,7 +336,6 @@ static void cocoagl_gfx_ctx_show_mouse(void *data, bool state)
float cocoagl_gfx_ctx_get_native_scale(void)
{
SEL selector;
bool selector_exists = false;
static CGFloat ret = 0.0f;
RAScreen *screen = NULL;