gdk/wayland: remove unused variable

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
This commit is contained in:
Lionel Landwerlin 2019-08-03 22:30:53 +03:00
parent d9649bfa2f
commit 27b4032680

View File

@ -29,7 +29,6 @@ struct _GdkWaylandMonitor {
guint32 id;
guint32 version;
struct wl_output *output;
gboolean added;
struct zxdg_output_v1 *xdg_output;
/* Size and position, can be either from wl_output or xdg_output */