@ -53,7 +53,6 @@ typedef struct _GLFWwindowMir
int width;
int height;
EGLSurface egl_surface;
MirEGLNativeWindowType native_window;
} _GLFWwindowMir;
@ -64,7 +64,6 @@ typedef struct _GLFWwindowWayland
struct wl_surface* surface;
struct wl_egl_window* native;
struct wl_shell_surface* shell_surface;
struct wl_callback* callback;
_GLFWcursor* currentCursor;
} _GLFWwindowWayland;