From 7528f94ca5b857811def86acaa58d6b07c703e00 Mon Sep 17 00:00:00 2001 From: Brandon Schaefer Date: Fri, 2 May 2014 12:39:26 -0700 Subject: [PATCH] Remove code that found its way back into the diff --- src/video/mir/SDL_mirwindow.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/mir/SDL_mirwindow.h b/src/video/mir/SDL_mirwindow.h index 39d5e7444..411c1485f 100644 --- a/src/video/mir/SDL_mirwindow.h +++ b/src/video/mir/SDL_mirwindow.h @@ -34,7 +34,6 @@ typedef struct { SDL_Window* sdl_window; MIR_Data* mir_data; - bool software; MirSurface* surface; EGLSurface egl_surface;