From 32ce489eed809a682c0cc71043ac71a27c4fe9ee Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 16 Sep 2016 20:35:38 +0200 Subject: [PATCH] Get rid of unused variable --- core_impl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/core_impl.c b/core_impl.c index 2175ca0dab..0dd8f537b0 100644 --- a/core_impl.c +++ b/core_impl.c @@ -87,9 +87,6 @@ void core_set_input_state(retro_ctx_input_state_info_t *info) static bool core_init_libretro_cbs(void *data) { struct retro_callbacks *cbs = (struct retro_callbacks*)data; -#ifdef HAVE_NETPLAY - global_t *global = global_get_ptr(); -#endif if (!cbs) return false;