From: Matthew Fernandez Date: Sun, 19 Sep 2021 17:20:59 +0000 (-0700) Subject: smyrna: remove unused 'rasters' global X-Git-Tag: 2.49.2~45^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acf3267924c34cd5224f3aed070aedfaa8fccece;p=graphviz smyrna: remove unused 'rasters' global --- 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 */