From: Matthew Fernandez Date: Sat, 23 Oct 2021 01:56:11 +0000 (-0700) Subject: smyrna: remove unused anonymous enum X-Git-Tag: 2.50.0~65^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dabb8cf22b8b9002d8f3cdc9885e26a2da52300;p=graphviz smyrna: remove unused anonymous enum --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 76a3367be..8bbb0b41f 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -449,14 +449,6 @@ typedef struct } topview; - - - enum { - COL_NAME = 0, - COL_FILENAME, - NUM_COLS - }; - typedef struct _attribute { char Type; char *Name;