From 85d348b8780ac0287f77ace83c3fb50b796b11e0 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 6 Nov 2021 16:54:01 -0700 Subject: [PATCH] smyrna: remove unused graph data offset fields --- cmd/smyrna/smyrnadefs.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.40.0