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

@@ -167,7 +167,6 @@ void
SDL_UDEV_Quit(void)
{
SDL_UDEV_CallbackList *item;
printf("We do indeed get here\n");
if (_this == NULL) {
return;

View File

@@ -47,7 +47,6 @@ SDL_LoadObject(const char *sofile)
}
#endif
printf("SOFILE: %s\n", sofile);
handle = dlopen(sofile, RTLD_NOW|RTLD_LOCAL);
loaderror = (char *) dlerror();
if (handle == NULL) {

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) {