Remove unused field from input_manager

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

View file

@ -11,11 +11,9 @@
#include "fps_counter.h"
#include "scrcpy.h"
#include "screen.h"
#include "video_buffer.h"
struct input_manager {
struct controller *controller;
struct video_buffer *video_buffer;
struct fps_counter *fps_counter;
struct screen *screen;