From: Matthew Fernandez Date: Sat, 23 Oct 2021 01:55:33 +0000 (-0700) Subject: smyrna: remove unused 'unit' X-Git-Tag: 2.50.0~65^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c18ff54b29d7cf9a608937125aa12c1a4a885896;p=graphviz smyrna: remove unused 'unit' --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 20c9ca0fc..76a3367be 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -200,7 +200,6 @@ typedef struct }topviewcache; typedef struct xdot_set xdot_set; - typedef enum { GEpixels, GEinches, GEmm } GEunit; typedef struct { int color; int pos; @@ -547,9 +546,6 @@ typedef struct float bdxLeft, bdyTop; float bdxRight, bdyBottom; - /*reserved , not being used yet */ - GEunit unit; //default pixels :0 - /*screen window size in 2d */ int w, h; /*graph pointer to hold loaded graphs */