Cleanup: remove unused macro SURFACE_PRESSURE_STRING

The last user was removed in c3f07b9f81.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-05-04 14:41:07 +02:00 committed by Dirk Hohndel
parent 14a763a6a0
commit 9442e17ba8

View file

@ -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