From a7a5e3e4430b1236ba7d420aaea102d6f88610f9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 10 Oct 2021 10:26:52 -0700 Subject: [PATCH] smyrna: remove unused Z plane constants --- cmd/smyrna/smyrnadefs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 2c0bed68b..b693b5820 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -64,10 +64,6 @@ typedef struct _ArcBall_t ArcBall_t; #define DEG2RAD G_PI/180 -#define Z_FORWARD_PLANE -0.00201 -#define Z_MIDDLE_PLANE 0.0000 -#define Z_BACK_PLANE -0.00199 - #define NODE_ZOOM_LIMIT -25.3 #define NODE_CIRCLE_LIMIT -7.3 -- 2.49.0