Mercurial > sdl-ios-xcode
changeset 4959:16fec41375a6
Don't continually print stub message for testgles
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 20:30:54 -0800 |
parents | 47e9f1629e62 |
children | 0ab2492f2e17 |
files | src/video/android/SDL_androidgl.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <android/log.h> @@ -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; }