From 21d78121ade941adf9eaad399e6b8146298b421f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 2 Oct 2017 23:03:44 -0700 Subject: Don't add separate country field, use taxonomy The more I looked at the code that added the country to the dive site, the more it seemed redundant given what we have with the taxonomy. Signed-off-by: Dirk Hohndel --- core/save-xml.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core/save-xml.c') diff --git a/core/save-xml.c b/core/save-xml.c index 0410975dc..d3b9e6c8d 100644 --- a/core/save-xml.c +++ b/core/save-xml.c @@ -598,7 +598,6 @@ void save_dives_buffer(struct membuffer *b, const bool select_only) put_format(b, "uuid); show_utf8(b, ds->name, " name='", "'", 1); - show_utf8(b, ds->country, " country='", "'", 1); if (ds->latitude.udeg || ds->longitude.udeg) { put_degrees(b, ds->latitude, " gps='", " "); put_degrees(b, ds->longitude, "", "'"); -- cgit v1.2.3-70-g09d2