Browse Source

Remove code that found its way back into the diff

Brandon Schaefer 11 years ago
parent
commit
7528f94ca5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/video/mir/SDL_mirwindow.h

+ 0 - 1
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;