diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index f32dfea..c284d4a 100644 --- a/src/types.h +++ b/src/types.h @@ -79,5 +79,4 @@ typedef struct { velocity_t velocity; covariance_t covariance; } message; -double aboveWater(const Quaterniond &q); #endif /* ----- #ifndef types_INC ----- */ |