]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'rasters' global
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 17:20:59 +0000 (10:20 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 16:17:46 +0000 (09:17 -0700)
cmd/smyrna/draw.c

index f3850fd05c8a3e60e68c61d497259d323e147cd1..0640244f56b06fb8d10139c825019b73699a7841 100644 (file)
@@ -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 */