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

Commit

Permalink
Remove debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyps committed Jul 22, 2010
1 parent 392e02d commit 60b6945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11render.c
Expand Up @@ -824,7 +824,6 @@ X11_CreateTexture(SDL_Renderer * renderer, SDL_Texture * texture)
Uint32 Amask, Rmask, Gmask, Bmask;
SDL_PixelFormatEnumToMasks(texture->format, &(data->depth),
&Rmask, &Gmask, &Bmask, &Amask);
printf("%d %x %x %x %x\n", data->depth, Rmask, Gmask, Bmask, Amask);
data->visual = PixelFormatEnumToVisual(renderer, texture->format);
}
else
Expand Down

0 comments on commit 60b6945

Please sign in to comment.