]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'unit'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Oct 2021 01:55:33 +0000 (18:55 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 00:20:28 +0000 (17:20 -0700)
cmd/smyrna/smyrnadefs.h

index 20c9ca0fc266c1805b638a177d5deee2796c3e47..76a3367be0047d133753e35aa1711529bc9d256b 100644 (file)
@@ -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 */