]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'visiblenodecount' field
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 14 Oct 2021 02:55:48 +0000 (19:55 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 20 Oct 2021 23:59:04 +0000 (16:59 -0700)
cmd/smyrna/smyrnadefs.h

index d930ddae7d6f999d18da1314a26f078e54940ec5..1a75be43d77345378f90b866ad5d75229d111d9a 100644 (file)
@@ -638,7 +638,6 @@ typedef struct
        GtkTextBuffer *consoleText;
        float FontSizeConst;
        glCompSet *widgets;     //for novice user open gl menu
-       int visiblenodecount;   /*helper variable to know the number of the nodes being rendered, good data to optimize speed */
        char *initFileName;     //file name from command line
        int initFile;
        int drawSplines;