summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-06-06 20:14:24 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-06-19 13:11:10 -0700
commitb7ff069b02baf573c5681e25426b4d5edb8844c4 (patch)
treeedc084a914b8c050ba2bd2e48760e9a8eeeae03a
parent7bfec6fa19b162781efba2c320b503b8bd473132 (diff)
downloadsubsurface-b7ff069b02baf573c5681e25426b4d5edb8844c4.tar.gz
Cleanup: remove unused macros WEIGHT_IDX_PRIMARY and _SECONDARY
Last users were removed in 34db6dc2bea6173c070c9820a2e57a511b9ca0b1. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r--core/equipment.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/equipment.h b/core/equipment.h
index 1df765900..7c7991a6e 100644
--- a/core/equipment.h
+++ b/core/equipment.h
@@ -43,8 +43,6 @@ typedef struct
#define MAX_WEIGHTSYSTEMS (6)
#define MAX_TANK_INFO (100)
#define MAX_WS_INFO (100)
-#define W_IDX_PRIMARY 0
-#define W_IDX_SECONDARY 1
extern void add_cylinder_description(const cylinder_type_t *);
extern void add_weightsystem_description(const weightsystem_t *);