From 889b6bd794b216db0d4fb07beb395cd9ea9f019f Mon Sep 17 00:00:00 2001 From: Gabriel Jacobo Date: Sat, 28 Sep 2013 19:23:59 -0300 Subject: [PATCH] Removes unused property use_egl from internal structure gl_config --- src/video/SDL_sysvideo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/SDL_sysvideo.h b/src/video/SDL_sysvideo.h index bdb2a3130dfd7..beedc74747e6a 100644 --- a/src/video/SDL_sysvideo.h +++ b/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;