aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-25 12:32:46 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-25 12:32:46 +0000
commit24221a3eff5e69af07a422d6b557c54fe880fc05 (patch)
treec777ddfc384088275c1f9dbb2d48644aaeade8b7
parent39e3abd224543f1ef4f0f29e30807b8d26ed3b62 (diff)
remove unused declarations
-rw-r--r--gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.c b/gui.c
index b9fb29c..eda4d72 100644
--- a/gui.c
+++ b/gui.c
@@ -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 },