profile.c: mark get_local_sac() as unused
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
a8d8ec4ae9
commit
cab9870be3
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user