mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
Remove unused variable
This commit is contained in:
parent
4d5126f71a
commit
7177a8e7d9
@ -336,7 +336,6 @@ static void cocoagl_gfx_ctx_show_mouse(void *data, bool state)
|
|||||||
float cocoagl_gfx_ctx_get_native_scale(void)
|
float cocoagl_gfx_ctx_get_native_scale(void)
|
||||||
{
|
{
|
||||||
SEL selector;
|
SEL selector;
|
||||||
bool selector_exists = false;
|
|
||||||
static CGFloat ret = 0.0f;
|
static CGFloat ret = 0.0f;
|
||||||
RAScreen *screen = NULL;
|
RAScreen *screen = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user