Skip to content

Commit

Permalink
Removed extraneous fprintf() call
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 17, 2019
1 parent 67c67f3 commit 6c4765a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/linux/SDL_evdev_kbd.c
Expand Up @@ -216,7 +216,6 @@ static void kbd_cleanup(void)
}
kbd_cleanup_state = NULL;

fprintf(stderr, "(SDL restoring keyboard) ");
ioctl(kbd->console_fd, KDSKBMODE, kbd->old_kbd_mode);
}

Expand Down

0 comments on commit 6c4765a

Please sign in to comment.