mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 11:40:32 +00:00
Remove unused variable
This commit is contained in:
parent
4f83be2df3
commit
e8deea65a9
@ -40,7 +40,6 @@ typedef struct linuxraw_input
|
|||||||
|
|
||||||
static void *linuxraw_input_init(void)
|
static void *linuxraw_input_init(void)
|
||||||
{
|
{
|
||||||
struct sigaction sa = {{0}};
|
|
||||||
linuxraw_input_t *linuxraw = NULL;
|
linuxraw_input_t *linuxraw = NULL;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user