summaryrefslogtreecommitdiffstats
path: root/core/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/parse.c')
-rw-r--r--core/parse.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/parse.c b/core/parse.c
index 690b4d29a..46c041925 100644
--- a/core/parse.c
+++ b/core/parse.c
@@ -400,12 +400,6 @@ void divecomputer_end(void)
void userid_start(void)
{
in_userid = true;
- //if the xml contains userid, keep saving it.
- // don't call the prefs method here as we don't wanna
- // actually change the preferences, this is temporary and
- // will be reverted when the file finishes.
-
- prefs.save_userid_local = true;
}
void userid_stop(void)