summaryrefslogtreecommitdiffstats
path: root/core/save-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/save-xml.c')
-rw-r--r--core/save-xml.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/save-xml.c b/core/save-xml.c
index fea2b1430..653c1f298 100644
--- a/core/save-xml.c
+++ b/core/save-xml.c
@@ -561,9 +561,6 @@ void save_dives_buffer(struct membuffer *b, const bool select_only)
put_format(b, "<divelog program='subsurface' version='%d'>\n<settings>\n", DATAFORMAT_VERSION);
- if (prefs.save_userid_local)
- put_format(b, " <userid>%30s</userid>\n", prefs.userid);
-
/* save the dive computer nicknames, if any */
call_for_each_dc(b, save_one_device, select_only);
if (autogroup)