From: Matthew Fernandez Date: Sat, 6 Nov 2021 23:54:01 +0000 (-0700) Subject: smyrna: remove unused graph data offset fields X-Git-Tag: 2.50.0~40^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85d348b8780ac0287f77ace83c3fb50b796b11e0;p=graphviz smyrna: remove unused graph data offset fields --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 8b0d25f30..f128f34e8 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -196,9 +196,6 @@ typedef struct char *GraphFileName; //graph's location, change these to move the whole graph int Modified; //if graph has been modified after loading - float offsetx; - float offsety; - float offsetz; } graph_data;