From acf3267924c34cd5224f3aed070aedfaa8fccece Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 19 Sep 2021 10:20:59 -0700 Subject: [PATCH] smyrna: remove unused 'rasters' global --- cmd/smyrna/draw.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/smyrna/draw.c b/cmd/smyrna/draw.c index f3850fd05..0640244f5 100644 --- a/cmd/smyrna/draw.c +++ b/cmd/smyrna/draw.c @@ -33,12 +33,6 @@ static float dx = 0.0; static float dy = 0.0; #define LAYER_DIFF 0.001 -GLubyte rasters[24] = { - 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xff, 0x00, - 0xff, 0x00, - 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xff, 0xc0, 0xff, 0xc0 -}; - static void DrawBezier(xdot_point* pts, int filled, int param) { /*copied from NEHE */ -- 2.40.0