From e059f012d7a0665fa24b0ce162ecc040056fe3aa Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 7 Nov 2014 01:42:25 +0100 Subject: [PATCH] Removed unused members. --- src/mir_platform.h | 1 - src/wl_platform.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mir_platform.h b/src/mir_platform.h index a89a93b6..3356c1c4 100644 --- a/src/mir_platform.h +++ b/src/mir_platform.h @@ -53,7 +53,6 @@ typedef struct _GLFWwindowMir int width; int height; - EGLSurface egl_surface; MirEGLNativeWindowType native_window; } _GLFWwindowMir; diff --git a/src/wl_platform.h b/src/wl_platform.h index a498e386..66736b56 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h @@ -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;