mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 23:06:40 +00:00
Get rid of unused variable
This commit is contained in:
parent
d96386cd18
commit
32ce489eed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user