diff options
Diffstat (limited to 'core/dive.c')
-rw-r--r-- | core/dive.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/dive.c b/core/dive.c index a8814413a..688ccb989 100644 --- a/core/dive.c +++ b/core/dive.c @@ -3747,16 +3747,6 @@ timestamp_t get_times() return dive->when; } -void set_userid(const char *rUserId) -{ - char *userid = strdup(rUserId); - if (strlen(userid) > 30) - userid[30] = '\0'; - if (prefs.userid) - free((void *)prefs.userid); - prefs.userid = userid; -} - /* this sets a usually unused copy of the preferences with the units * that were active the last time the dive list was saved to git storage * (this isn't used in XML files); storing the unit preferences in the |