# HG changeset patch # User Sam Lantinga # Date 1294201854 28800 # Node ID 16fec41375a61b3f0be3beed8796dace3008a3c6 # Parent 47e9f1629e6244218e8606d55a22611c9dfb3404 Don't continually print stub message for testgles diff -r 47e9f1629e62 -r 16fec41375a6 src/video/android/SDL_androidgl.c --- a/src/video/android/SDL_androidgl.c Tue Jan 04 18:55:23 2011 -0800 +++ b/src/video/android/SDL_androidgl.c Tue Jan 04 20:30:54 2011 -0800 @@ -32,7 +32,6 @@ #include "SDL_androidvideo.h" #include "SDL_androidevents.h" -#include "SDL_androidrender.h" #include @@ -73,7 +72,7 @@ int Android_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context){ - __android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_MakeCurrent\n"); + //__android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_MakeCurrent\n"); return 0; }