From f8fc3b923610461537099bb75c348fcf9cd01ed2 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 20 Dec 2014 18:19:48 +0200 Subject: Remove placeholder location and buddy fields Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- parse-xml.c | 4 ---- 1 file changed, 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); -- cgit v1.2.3-70-g09d2