diff options
Diffstat (limited to 'core/equipment.c')
-rw-r--r-- | core/equipment.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/equipment.c b/core/equipment.c index 5bf13713c..9dbe6bcd2 100644 --- a/core/equipment.c +++ b/core/equipment.c @@ -182,11 +182,6 @@ int find_best_gasmix_match(struct gasmix mix, const cylinder_t array[]) return best; } -bool weightsystem_none(const weightsystem_t *ws) -{ - return !ws->weight.grams && !ws->description; -} - /* * We hardcode the most common standard cylinders, * we should pick up any other names from the dive |