diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-15 18:11:20 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-16 15:24:37 -0400 |
commit | 72e9937e0049ae5db17edf3d7ad7059240711c6e (patch) | |
tree | 60a2de98c592ff83d9dac2f5beabc1a63015d0cb /gdk/wayland/gdkdisplay-wayland.h | |
parent | 12f5cfac19617a5cdee3a047f5c19603296fd692 (diff) | |
download | gtk+-72e9937e0049ae5db17edf3d7ad7059240711c6e.tar.gz |
wayland: Remove unused stuff
Diffstat (limited to 'gdk/wayland/gdkdisplay-wayland.h')
-rw-r--r-- | gdk/wayland/gdkdisplay-wayland.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/wayland/gdkdisplay-wayland.h b/gdk/wayland/gdkdisplay-wayland.h index a68753c754..077248abc6 100644 --- a/gdk/wayland/gdkdisplay-wayland.h +++ b/gdk/wayland/gdkdisplay-wayland.h @@ -50,8 +50,7 @@ struct _GdkWaylandDisplay /* Startup notification */ gchar *startup_notification_id; - /* Time of most recent user interaction and most recent serial */ - gulong user_time; + /* Most recent serial */ guint32 serial; /* Wayland fields below */ |