]> granicus.if.org Git - graphviz/commitdiff
Remove dead assignment from GFXinit
authorAlex Henrie <alexhenrie24@gmail.com>
Mon, 25 Jan 2021 00:29:35 +0000 (17:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 31 Jan 2021 00:39:12 +0000 (16:39 -0800)
cmd/lefty/gfxview.c

index d04e07385c42372f4051bdba83053eaf55ccfb5e..de25aad1700f89eafb6f99d5e5722a93a2777b3b 100644 (file)
@@ -135,7 +135,6 @@ void GFXinit (void) {
     gfxnoden = GFXNODEINCR;
     for (ni = 0; ni < gfxnoden; ni++)
         gfxnodes[ni].inuse = FALSE;
-    ni = 0;
     gpp = Marrayalloc ((long) GPINCR * GPSIZE);
     gpn = GPINCR;
     wattrp = Marrayalloc ((long) WATTRINCR * WATTRSIZE);