diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-07-05 22:43:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-18 05:50:22 -0700 |
commit | 34b3a13f381ae63f39f4d6a7e29baca27ba7c2da (patch) | |
tree | 8a7f0189db568bb1ab4fcc91131597d79eee7269 /core | |
parent | e3577ffd7efd1fdb0cfbe8877a7bebff6016054c (diff) | |
download | subsurface-34b3a13f381ae63f39f4d6a7e29baca27ba7c2da.tar.gz |
Cleanup: remove unused macro SAC_WINDOW
Last user was removed in ae1e9b11a537eb0ba9b649cb876dae4cc4628045
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/profile.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |