(linuxraw_input.c) Remove unused driver reference

This commit is contained in:
twinaphex 2015-11-30 02:50:10 +01:00
parent 49671b6921
commit 5b6641b077
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ static void *linuxraw_input_init(void)
{
struct sigaction sa = {{0}};
linuxraw_input_t *linuxraw = NULL;
driver_t *driver = driver_get_ptr();
settings_t *settings = config_get_ptr();
/* Only work on terminals. */