From 3ea902e244efe4f7aadef529945eb4d72f41b3a1 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 28 Apr 2021 19:39:08 -0700 Subject: [PATCH] =?utf8?q?remove=20now-unused=20orig=5Fkey=20field=20in=20?= =?utf8?q?Smyrna=E2=80=99s=20Viewinfo=20struct?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Related to #2050. --- cmd/smyrna/smyrnadefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 506b33967..ca52d5cbf 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -694,7 +694,6 @@ typedef struct 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 */ - md5_byte_t orig_key[16]; /*md5 result for original graph */ char *initFileName; //file name from command line int initFile; int drawSplines; -- 2.40.0