]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused OD macros
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Nov 2021 23:46:10 +0000 (16:46 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Nov 2021 03:50:54 +0000 (19:50 -0800)
cmd/smyrna/smyrnadefs.h

index 7f9e2aa88fb90830b360ee3e634eea38617ab300..8eccfc441bb0b65b1ac60b4909c17e5e681f60e5 100644 (file)
@@ -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 {