From 34b3a13f381ae63f39f4d6a7e29baca27ba7c2da Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 5 Jul 2019 22:43:44 +0200 Subject: Cleanup: remove unused macro SAC_WINDOW Last user was removed in ae1e9b11a537eb0ba9b649cb876dae4cc4628045 Signed-off-by: Berthold Stoeger --- core/profile.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/profile.h b/core/profile.h index d9a0ed731..010c21954 100644 --- a/core/profile.h +++ b/core/profile.h @@ -100,7 +100,6 @@ int get_maxdepth(struct plot_info *pi); #define SENSOR_PRESSURE(_entry,_idx) (_entry)->pressure[_idx][SENSOR_PR] #define INTERPOLATED_PRESSURE(_entry,_idx) (_entry)->pressure[_idx][INTERPOLATED_PR] #define GET_PRESSURE(_entry,_idx) (SENSOR_PRESSURE(_entry,_idx) ? SENSOR_PRESSURE(_entry,_idx) : INTERPOLATED_PRESSURE(_entry,_idx)) -#define SAC_WINDOW 45 /* sliding window in seconds for current SAC calculation */ #ifdef __cplusplus } -- cgit v1.2.3-70-g09d2