wayland: Remove unused variable

This commit is contained in:
Benjamin Otte
2024-10-24 03:05:39 +02:00
parent 6b0e1ed7dc
commit 0722ede806

View File

@@ -27,7 +27,6 @@
typedef struct _GdkWaylandEventSource {
GSource source;
GPollFD pfd;
uint32_t mask;
GdkDisplay *display;
gboolean reading;
} GdkWaylandEventSource;