revert files I didnt mean to commit!

This commit is contained in:
Brandon Schaefer
2017-09-29 10:15:44 -07:00
parent e27f12e0da
commit e564da78b7
9 changed files with 26 additions and 398 deletions

View File

@@ -177,8 +177,6 @@ static SDL_bool SDL_EGL_HasExtension(_THIS, SDL_EGL_ExtensionType type, const ch
if (egl_extstr != NULL) {
ext_start = egl_extstr;
printf("%s\n", ext_start);
while (*ext_start) {
ext_start = SDL_strstr(ext_start, ext);
if (ext_start == NULL) {