Removed unused members.

This commit is contained in:
Camilla Berglund 2014-11-07 01:42:25 +01:00
parent 46c0dc4788
commit e059f012d7
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ typedef struct _GLFWwindowMir
int width;
int height;
EGLSurface egl_surface;
MirEGLNativeWindowType native_window;
} _GLFWwindowMir;

View File

@ -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;