# HG changeset patch # User Sunny Sachanandani # Date 1279779932 -19800 # Node ID 56b888179f9505bf1284e772e41a502a04c2a1eb # Parent 9a5db97cd56993a3e457cf0b2eab66d4c8bdaa1e Remove debugging code. diff -r 9a5db97cd569 -r 56b888179f95 src/video/x11/SDL_x11render.c --- a/src/video/x11/SDL_x11render.c Thu Jul 22 10:53:41 2010 +0530 +++ b/src/video/x11/SDL_x11render.c Thu Jul 22 11:55:32 2010 +0530 @@ -824,7 +824,6 @@ 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