Browse Source

Removes unused property use_egl from internal structure gl_config

Gabriel Jacobo 11 years ago
parent
commit
889b6bd794
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/video/SDL_sysvideo.h

+ 0 - 1
src/video/SDL_sysvideo.h

@@ -292,7 +292,6 @@ struct SDL_VideoDevice
         int minor_version;
         int flags;
         int profile_mask;
-        int use_egl;
         int share_with_current_context;
         int retained_backing;
         int driver_loaded;