Wayland: Remove unused struct member

The libdecor initialization sync callback was saved in the library
struct but never meaningfully used.
This commit is contained in:
Camilla Löwy
2026-03-25 17:58:04 +01:00
parent 1929088dd9
commit 55fd451d5f
2 changed files with 3 additions and 9 deletions
-1
View File
@@ -595,7 +595,6 @@ typedef struct _GLFWlibraryWayland
struct {
void* handle;
struct libdecor* context;
struct wl_callback* callback;
GLFWbool ready;
PFN_libdecor_new libdecor_new_;
PFN_libdecor_unref libdecor_unref_;