mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Emscripten) remove unused uninited
This commit is contained in:
parent
c992b10a7d
commit
fc25e9310f
@ -41,8 +41,6 @@ int RWebInputInit(void);
|
||||
rwebinput_state_t *RWebInputPoll(int context);
|
||||
void RWebInputDestroy(int context);
|
||||
|
||||
static bool uninited = false;
|
||||
|
||||
typedef struct rwebinput_input
|
||||
{
|
||||
rwebinput_state_t state;
|
||||
@ -170,7 +168,6 @@ static int16_t rwebinput_input_state(void *data, const struct retro_keybind **bi
|
||||
static void rwebinput_input_free(void *data)
|
||||
{
|
||||
rwebinput_input_t *rwebinput = (rwebinput_input_t*)data;
|
||||
uninited = true;
|
||||
|
||||
if (!rwebinput)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user