diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2012-04-25 12:32:46 +0000 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2012-04-25 12:32:46 +0000 |
commit | 24221a3eff5e69af07a422d6b557c54fe880fc05 (patch) | |
tree | c777ddfc384088275c1f9dbb2d48644aaeade8b7 /gui.c | |
parent | 39e3abd224543f1ef4f0f29e30807b8d26ed3b62 (diff) |
remove unused declarations
Diffstat (limited to 'gui.c')
-rw-r--r-- | gui.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28,8 +28,6 @@ SDL_Surface *screen; SDL_Rect draw = { 16, 12, 128, 96 }; SDL_Rect scr = { 0, 0, 160, 120 }; SDL_Rect gl = { 0, 0, 4, 8 }; -SDL_Color black = { 0x00, 0x00, 0x00 }; -SDL_Color white = { 0xff, 0xff, 0xff }; SDL_Color color[0x10] = { { 0x00, 0x00, 0x00 }, |