diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,13 +1,7 @@ -#include <math.h> #include <string.h> #include "util.h" -float pressure_to_metres_asl(float real, float setting) -{ - return 44330.f*(1.f-powf(real/setting, 1/5.255)); -} - void blank_to_eol(char *line, size_t len) { size_t i = 0; |