From ef0b79259af84aad05a3fd9ab9915d918da3a0c6 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 6 Nov 2021 16:46:10 -0700 Subject: [PATCH] smyrna: remove unused OD macros --- cmd/smyrna/smyrnadefs.h | 6 ------ 1 file changed, 6 deletions(-) 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 { -- 2.40.0