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

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