diff options
Diffstat (limited to 'core/equipment.c')
-rw-r--r-- | core/equipment.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/equipment.c b/core/equipment.c index 0b40b30c0..253ef2086 100644 --- a/core/equipment.c +++ b/core/equipment.c @@ -251,9 +251,6 @@ void reset_tank_info_table(struct tank_info_table *table) { clear_tank_info_table(table); - /* Need an empty entry for the no-cylinder case */ - add_tank_info_metric(table, "", 0, 0); - /* Size-only metric cylinders */ add_tank_info_metric(table, "10.0ℓ", 10000, 0); add_tank_info_metric(table, "11.1ℓ", 11100, 0); |