summaryrefslogtreecommitdiff
path: root/src/udev-seat.c
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2013-12-31 14:45:50 +0100
committerJonas Ådahl <jadahl@gmail.com>2014-01-03 22:33:16 +0100
commite637b9b0f5e88ed5c9fab5889f91ed5dd6c898aa (patch)
tree85fe30308a848e2445d2a05c39bbf35d61cdfe6a /src/udev-seat.c
parente92b996cff2567ce375f2c3b6c9178e7137f3b18 (diff)
udev-seat: Don't notify about removal when destroying context
As events will just be destroyed before leaving the libinput scope during destruction, don't waste time on queueing them. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'src/udev-seat.c')
-rw-r--r--src/udev-seat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev-seat.c b/src/udev-seat.c
index b355554..ff78bfd 100644
--- a/src/udev-seat.c
+++ b/src/udev-seat.c
@@ -276,7 +276,6 @@ udev_input_destroy(struct udev_input *input)
udev_input_disable(input);
list_for_each_safe(seat, next, &input->base.seat_list, link) {
- notify_removed_seat(seat);
libinput_seat_unref(seat);
}
udev_unref(input->udev);