aboutsummaryrefslogtreecommitdiff
path: root/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui.c')
-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 },