From 9442e17ba887836b6a87e8e7b8a6b73f08090191 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 4 May 2019 14:41:07 +0200 Subject: [PATCH] Cleanup: remove unused macro SURFACE_PRESSURE_STRING The last user was removed in c3f07b9f81f09421a92d42d1b98e7c984b75e20d. Signed-off-by: Berthold Stoeger --- core/units.h | 1 - 1 file changed, 1 deletion(-) 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