changeset 2257 | 340942cfda48 |
parent 2208 | b03710fb0333 |
child 2275 | 12ea0fdc0df2 |
--- a/include/SDL_pixels.h Thu Aug 16 22:56:18 2007 +0000 +++ b/include/SDL_pixels.h Fri Aug 17 00:54:53 2007 +0000 @@ -237,11 +237,6 @@ Uint32 Gmask; Uint32 Bmask; Uint32 Amask; - - /* RGB color key information */ - Uint32 colorkey; - /* Alpha value information (per-surface alpha) */ - Uint8 alpha; } SDL_PixelFormat; /**