summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/logind.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/logind.c b/src/logind.c
index fd17d80541..94cb6cd80c 100644
--- a/src/logind.c
+++ b/src/logind.c
@@ -264,11 +264,6 @@ int manager_process_seat_device(Manager *m, struct udev_device *d) {
assert(m);
- /* FIXME: drop this check as soon as libudev's enum support
- * honours tags and subsystem matches at the same time */
- if (!streq_ptr(udev_device_get_subsystem(d), "graphics"))
- return 0;
-
if (streq_ptr(udev_device_get_action(d), "remove")) {
/* FIXME: use syspath instead of sysname here, as soon as fb driver is fixed */