diff options
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index 6e52b5156..42e9aef7b 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -299,7 +299,6 @@ void copy_prefs(struct preferences *src, struct preferences *dest) dest->default_cylinder = copy_string(src->default_cylinder); dest->cloud_base_url = copy_string(src->cloud_base_url); dest->cloud_git_url = copy_string(src->cloud_git_url); - dest->userid = copy_string(src->userid); dest->proxy_host = copy_string(src->proxy_host); dest->proxy_user = copy_string(src->proxy_user); dest->proxy_pass = copy_string(src->proxy_pass); |