]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused graph data offset fields
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Nov 2021 23:54:01 +0000 (16:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Nov 2021 03:50:54 +0000 (19:50 -0800)
cmd/smyrna/smyrnadefs.h

index 8b0d25f302d36c0f4829cc9909ac3d10405d22ff..f128f34e800db740bd25f449416de89ece46ee16 100644 (file)
@@ -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;