Wayland: Remove unused struct member

This commit is contained in:
Camilla Löwy 2024-02-11 12:59:08 +01:00
parent 6565c0cc04
commit 6f1ddf51a1

View File

@ -379,7 +379,6 @@ typedef struct _GLFWwindowWayland
struct { struct {
struct libdecor_frame* frame; struct libdecor_frame* frame;
int mode;
} libdecor; } libdecor;
_GLFWcursor* currentCursor; _GLFWcursor* currentCursor;