Commit 7528f94ca5b857811def86acaa58d6b07c703e00

Brandon Schaefer 2014-05-02T12:39:26

Remove code that found its way back into the diff

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/video/mir/SDL_mirwindow.h b/src/video/mir/SDL_mirwindow.h
index 39d5e74..411c148 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;