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;