From: Matthew Fernandez Date: Sun, 7 Nov 2021 00:01:50 +0000 (-0700) Subject: smyrna: remove unused 'type' camera field X-Git-Tag: 2.50.0~40^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbff5ae00a73f8ae022360d7a53488f5b328d235;p=graphviz smyrna: remove unused 'type' camera field --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 3cc48426c..ed6827dc9 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -173,8 +173,6 @@ typedef struct smyrna_view_mode mode; }mouse_action_t; - typedef enum { CAM_PERSPECTIVE, CAM_ORTHO } cam_t; - typedef struct _viewport_camera { float x; float y; @@ -186,9 +184,6 @@ typedef struct int index; float r; - - - cam_t type; // } viewport_camera; typedef struct _graph_data {