diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-11-07 23:13:30 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-07 22:26:33 -0800 |
commit | cab9870be36a54934543c750310d0e0abfded3e6 (patch) | |
tree | 2d049017c4c6a155ad8d44d0ee19bac29849648b /subsurface-core | |
parent | a8d8ec4ae9e7f34165af01a2cf9c562b7aa9516f (diff) | |
download | subsurface-cab9870be36a54934543c750310d0e0abfded3e6.tar.gz |
profile.c: mark get_local_sac() as unused
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'subsurface-core')
-rw-r--r-- | subsurface-core/profile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface-core/profile.c b/subsurface-core/profile.c index edba51ebd..8cc6efb12 100644 --- a/subsurface-core/profile.c +++ b/subsurface-core/profile.c @@ -157,6 +157,9 @@ void remember_event(const char *eventname) evn_used++; } +/* UNUSED! */ +static int get_local_sac(struct plot_data *entry1, struct plot_data *entry2, struct dive *dive) __attribute__((unused)); + /* Get local sac-rate (in ml/min) between entry1 and entry2 */ static int get_local_sac(struct plot_data *entry1, struct plot_data *entry2, struct dive *dive) { |