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

index b8ffc66f5d4d2ed50f72087304dac3616febdba5..f0b7f57adf647850c157522d4c6e5c8649051f3f 100644 (file)
@@ -634,7 +634,6 @@ typedef struct
        int labelshowedges;
 
        viewtype_t dfltViewType;
-       gvk_layout dfltEngine;
        glCompSet *widgets;     //for novice user open gl menu
        char *initFileName;     //file name from command line
        int initFile;
index 86562306030fc5f2cb3fce841b95957571e1d658..5c77e13e86623bbd0738c39221eacb92ac77113a 100644 (file)
@@ -402,7 +402,6 @@ void init_viewport(ViewInfo * view)
     view->active_camera = -1;
     set_viewport_settings_from_template(view, view->systemGraphs.def_attrs);
     view->dfltViewType = VT_NONE;
-    view->dfltEngine = GVK_NONE;
     view->Topview->Graphdata.GraphFileName = (char *) 0;
     view->Topview->Graphdata.Modified = 0;
     view->colschms = NULL;