Removed unused members.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 46c0dc4788
commit e059f012d7
  1. 1
      src/mir_platform.h
  2. 1
      src/wl_platform.h

@ -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;
EGLSurface egl_surface;
struct wl_callback* callback;
_GLFWcursor* currentCursor;
} _GLFWwindowWayland;

Loading…
Cancel
Save