Remove debugging code.
This commit is contained in:
parent
f517fdfa39
commit
30e8d22c80
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue