1.1 --- a/src/video/android/SDL_androidgl.c Tue Jan 04 18:55:23 2011 -0800
1.2 +++ b/src/video/android/SDL_androidgl.c Tue Jan 04 20:30:54 2011 -0800
1.3 @@ -32,7 +32,6 @@
1.4
1.5 #include "SDL_androidvideo.h"
1.6 #include "SDL_androidevents.h"
1.7 -#include "SDL_androidrender.h"
1.8
1.9 #include <android/log.h>
1.10
1.11 @@ -73,7 +72,7 @@
1.12
1.13 int Android_GL_MakeCurrent(_THIS, SDL_Window * window,
1.14 SDL_GLContext context){
1.15 - __android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_MakeCurrent\n");
1.16 + //__android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_MakeCurrent\n");
1.17 return 0;
1.18 }
1.19