Remove unused field from input_manager

This commit is contained in:
Romain Vimont
2021-04-10 18:04:31 +02:00
parent 33006561c7
commit fb7870500a
2 changed files with 0 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ static struct file_handler file_handler;
static struct input_manager input_manager = {
.controller = &controller,
.video_buffer = &video_buffer,
.fps_counter = &fps_counter,
.screen = &screen,
.repeat = 0,