mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-04-14 10:54:17 +00:00
Remove unused server_fds list
Obsolete as of 353c52f2be
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
struct xf86libinput_driver {
|
||||
struct libinput *libinput;
|
||||
int device_enabled_count;
|
||||
struct xorg_list server_fds;
|
||||
};
|
||||
|
||||
static struct xf86libinput_driver driver_context;
|
||||
@@ -1523,7 +1522,6 @@ xf86libinput_pre_init(InputDriverPtr drv,
|
||||
/* we want all msgs, let the server filter */
|
||||
libinput_log_set_priority(driver_context.libinput,
|
||||
LIBINPUT_LOG_PRIORITY_DEBUG);
|
||||
xorg_list_init(&driver_context.server_fds);
|
||||
} else {
|
||||
libinput_ref(driver_context.libinput);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user