diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2014-12-20 18:19:48 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-20 11:29:42 -0800 |
commit | f8fc3b923610461537099bb75c348fcf9cd01ed2 (patch) | |
tree | 04e920c21a2a79052c6c098d208cbe9c5461fc76 | |
parent | 61002381e9b13b43f63b84f132876691a102d266 (diff) | |
download | subsurface-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.c | 4 |
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); |