Cleanup: remove unused macros WEIGHT_IDX_PRIMARY and _SECONDARY

Last users were removed in 34db6dc2be.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-06-06 20:14:24 +02:00 committed by Dirk Hohndel
parent 7bfec6fa19
commit b7ff069b02

View file

@ -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 *);