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

index 76a3367be0047d133753e35aa1711529bc9d256b..8bbb0b41faa9a57643e180e3f61092dcd0835498 100644 (file)
@@ -449,14 +449,6 @@ typedef struct
        
     } topview;
 
-
-
-    enum {
-       COL_NAME = 0,
-       COL_FILENAME,
-       NUM_COLS
-    };
-
     typedef struct _attribute {
        char Type;
        char *Name;