From 98659f04cd58e36857c9d7c720cc29ec8f904938 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 1 Feb 2017 16:34:02 +1000 Subject: [PATCH] path: remove unncessary declaration Signed-off-by: Peter Hutterer --- src/path-seat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/path-seat.c b/src/path-seat.c index 5603fb38..9102d306 100644 --- a/src/path-seat.c +++ b/src/path-seat.c @@ -35,8 +35,6 @@ static const char default_seat[] = "seat0"; static const char default_seat_name[] = "default"; -static void path_seat_destroy(struct libinput_seat *seat); - static void path_disable_device(struct libinput *libinput, struct evdev_device *device)