diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-06-03 15:47:33 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-06-03 15:47:33 +1200 |
commit | de44994dfcd433afbbf6d867a8dc6f4d0979b2f6 (patch) | |
tree | 85d0e81f7b1f04ef45e8e3eb640ac5a64dd53b9e /include | |
parent | 40b85d992a0a8dcdbff5305e232fbcd26d873148 (diff) |
Udev event device matching
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/udev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/udev.h b/include/backend/udev.h index c5064279..0ff35bfa 100644 --- a/include/backend/udev.h +++ b/include/backend/udev.h @@ -9,7 +9,6 @@ struct wlr_udev { struct udev *udev; struct udev_monitor *mon; - char *drm_path; struct wl_event_source *event; struct wl_signal invalidate_drm; }; |