summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-12-20 18:19:48 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-20 11:29:42 -0800
commitf8fc3b923610461537099bb75c348fcf9cd01ed2 (patch)
tree04e920c21a2a79052c6c098d208cbe9c5461fc76
parent61002381e9b13b43f63b84f132876691a102d266 (diff)
downloadsubsurface-f8fc3b923610461537099bb75c348fcf9cd01ed2.tar.gz
Remove placeholder location and buddy fields
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--parse-xml.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/parse-xml.c b/parse-xml.c
index f6afe9391..4b638dd4a 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -2393,10 +2393,6 @@ extern int cobalt_dive(void *param, int columns, char **data, char **column)
cur_dive->when = (time_t)(atol(data[1]));
- if (data[2])
- utf8_string(data[2], &cur_dive->location);
- if (data[3])
- utf8_string(data[3], &cur_dive->buddy);
if (data[4])
utf8_string(data[4], &cur_dive->notes);