summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-12 20:58:03 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-12 21:11:51 -0800
commit32da12664dd1055befdb7385176ff9eb8a3b9379 (patch)
tree73b06fcfba351e3f14e1f6ed5390ea7089439e6b /dive.h
parent99ba2f068779248f47c2613e6ce31653adf47553 (diff)
downloadsubsurface-32da12664dd1055befdb7385176ff9eb8a3b9379.tar.gz
Switch components for cut/paste dive to dive site logic
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dive.h b/dive.h
index 76ea4b597..09c831e43 100644
--- a/dive.h
+++ b/dive.h
@@ -349,14 +349,13 @@ extern int get_cylinder_idx_by_use(struct dive *dive, enum cylinderuse cylinder_
/* when selectively copying dive information, which parts should be copied? */
struct dive_components {
- unsigned int location : 1;
+ unsigned int divesite : 1;
unsigned int notes : 1;
unsigned int divemaster : 1;
unsigned int buddy : 1;
unsigned int suit : 1;
unsigned int rating : 1;
unsigned int visibility : 1;
- unsigned int gps : 1;
unsigned int tags : 1;
unsigned int cylinders : 1;
unsigned int weights : 1;