From: Matthew Fernandez Date: Sat, 6 Nov 2021 23:46:10 +0000 (-0700) Subject: smyrna: remove unused OD macros X-Git-Tag: 2.50.0~40^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef0b79259af84aad05a3fd9ab9915d918da3a0c6;p=graphviz smyrna: remove unused OD macros --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 7f9e2aa88..8eccfc441 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -173,12 +173,6 @@ typedef struct smyrna_view_mode mode; }mouse_action_t; -#define OD_Visible(p) (p.data.Visible) -#define OD_Locked(p) (p.data.Locked) -#define OD_Highlighted(p) (p.data.Highlighted) - - - typedef enum { CAM_PERSPECTIVE, CAM_ORTHO } cam_t; typedef struct _viewport_camera {