diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-05-04 14:41:07 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-05-05 08:36:21 -0700 |
commit | 9442e17ba887836b6a87e8e7b8a6b73f08090191 (patch) | |
tree | d1fbe7cfdc42ee1888d79f8c2ac2e7947c54bcef /core/units.h | |
parent | 14a763a6a0148a42fad06717bd2532181a54c626 (diff) | |
download | subsurface-9442e17ba887836b6a87e8e7b8a6b73f08090191.tar.gz |
Cleanup: remove unused macro SURFACE_PRESSURE_STRING
The last user was removed in c3f07b9f81f09421a92d42d1b98e7c984b75e20d.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/units.h')
-rw-r--r-- | core/units.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/units.h b/core/units.h index 60475b75c..cea19f785 100644 --- a/core/units.h +++ b/core/units.h @@ -19,7 +19,6 @@ extern "C" { #define N2_DENSITY 1165 #define HE_DENSITY 166 #define SURFACE_PRESSURE 1013 // mbar -#define SURFACE_PRESSURE_STRING "1013" #define ZERO_C_IN_MKELVIN 273150 // mKelvin #ifdef __cplusplus |