diff options
Diffstat (limited to 'core/dive.c')
-rw-r--r-- | core/dive.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/dive.c b/core/dive.c index 5157afea0..9167724d9 100644 --- a/core/dive.c +++ b/core/dive.c @@ -2972,8 +2972,6 @@ void set_informational_units(const char *units) git_prefs.units.pressure = BAR; if (strstr(units, "PSI")) git_prefs.units.pressure = PSI; - if (strstr(units, "PASCAL")) - git_prefs.units.pressure = PASCALS; if (strstr(units, "CELSIUS")) git_prefs.units.temperature = CELSIUS; if (strstr(units, "FAHRENHEIT")) |