Remove unused variable

This commit is contained in:
twinaphex 2016-09-22 21:55:54 +02:00
parent 4f83be2df3
commit e8deea65a9

View File

@ -40,7 +40,6 @@ typedef struct linuxraw_input
static void *linuxraw_input_init(void)
{
struct sigaction sa = {{0}};
linuxraw_input_t *linuxraw = NULL;
settings_t *settings = config_get_ptr();