Skip to content

Commit

Permalink
libinput: Remove unused static values
Browse files Browse the repository at this point in the history
default_seat and default_seat_name are not used anywhere in this file.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
  • Loading branch information
fooishbar authored and jadahl committed May 4, 2016
1 parent 63225cf commit d62004e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libinput-seat.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
#include "libinput-device.h"
#include "shared/helpers.h"

static const char default_seat[] = "seat0";
static const char default_seat_name[] = "default";

static void
process_events(struct udev_input *input);
static struct udev_seat *
Expand Down

0 comments on commit d62004e

Please sign in to comment.