summaryrefslogtreecommitdiffstats
path: root/core/dive.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/dive.c')
-rw-r--r--core/dive.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/dive.c b/core/dive.c
index 00add41e6..defead0a1 100644
--- a/core/dive.c
+++ b/core/dive.c
@@ -619,14 +619,6 @@ int nr_weightsystems(const struct dive *dive)
return dive->weightsystems.nr;
}
-void copy_cylinders(const struct cylinder_table *s, struct cylinder_table *d)
-{
- int i;
- clear_cylinder_table(d);
- for (i = 0; i < s->nr; i++)
- add_cloned_cylinder(d, s->cylinders[i]);
-}
-
void copy_used_cylinders(const struct dive *s, struct dive *d, bool used_only)
{
int i;