From 7cda579b7776f44fa53ebd3e30004e5a3f9a8606 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 13 Oct 2021 19:52:40 -0700 Subject: [PATCH] smyrna: remove unused 'flush' field --- cmd/smyrna/smyrnadefs.h | 1 - cmd/smyrna/viewport.c | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 051e4b5ff..248a0092b 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -647,7 +647,6 @@ typedef struct char* temp; char *template_file; char *attr_file; - int flush; GtkComboBox *graphComboBox; /*pointer to graph combo box at top right */ ArcBall_t *arcball; keymap_t keymap; diff --git a/cmd/smyrna/viewport.c b/cmd/smyrna/viewport.c index 2c47f832e..7b57845bf 100644 --- a/cmd/smyrna/viewport.c +++ b/cmd/smyrna/viewport.c @@ -412,7 +412,6 @@ void init_viewport(ViewInfo * view) view->Topview->Graphdata.GraphFileName = (char *) 0; view->Topview->Graphdata.Modified = 0; view->colschms = NULL; - view->flush = 1; view->arcball = NEW(ArcBall_t); view->keymap.down=0; load_mouse_actions (view); -- 2.40.0