summaryrefslogtreecommitdiffstats
path: root/subsurface-core
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-11-07 23:13:30 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-07 22:26:33 -0800
commitcab9870be36a54934543c750310d0e0abfded3e6 (patch)
tree2d049017c4c6a155ad8d44d0ee19bac29849648b /subsurface-core
parenta8d8ec4ae9e7f34165af01a2cf9c562b7aa9516f (diff)
downloadsubsurface-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.c3
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)
{