mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
revert files I didnt mean to commit!
This commit is contained in:
@@ -167,7 +167,6 @@ void
|
||||
SDL_UDEV_Quit(void)
|
||||
{
|
||||
SDL_UDEV_CallbackList *item;
|
||||
printf("We do indeed get here\n");
|
||||
|
||||
if (_this == NULL) {
|
||||
return;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user