]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'customptr'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 31 Oct 2021 16:40:15 +0000 (09:40 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Nov 2021 22:32:25 +0000 (15:32 -0700)
cmd/smyrna/smyrnadefs.h

index 75e96d9f789d9e24a4c99a52beafcab899b8aa27..a972101b08e5291c924bc09c307d7c85add53562 100644 (file)
@@ -349,7 +349,6 @@ typedef struct
        topview_edge *Edges;
        int Nodecount;
        int Edgecount;
-       void *customptr;
        struct {
            int active; //1 draw hierarchy 0 draw regular topview
            reposition_t repos;