Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Don't continually print stub message for testgles
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 5, 2011
1 parent 1a1ba58 commit 985abea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/video/android/SDL_androidgl.c
Expand Up @@ -32,7 +32,6 @@

#include "SDL_androidvideo.h"
#include "SDL_androidevents.h"
#include "SDL_androidrender.h"

#include <android/log.h>

Expand Down Expand Up @@ -73,7 +72,7 @@ SDL_GLContext Android_GL_CreateContext(_THIS, SDL_Window * window){

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;
}

Expand Down

0 comments on commit 985abea

Please sign in to comment.