diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-11 16:04:20 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-11 15:38:20 -0700 |
commit | 740fcce338a00e7ec8d1c4701229d46b5463b974 (patch) | |
tree | 7ff104fdd0159ba2018d2516dfd9a1036f77a086 /core/subsurfacestartup.c | |
parent | 19e8fa4eafc1f67ddd70230f051f5988a38f7d49 (diff) | |
download | subsurface-740fcce338a00e7ec8d1c4701229d46b5463b974.tar.gz |
cleanup[6/6]: remove actual preferences
And finnaly, get rid of the definition in the overall struct.
And one usage of the preferences was still around.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
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); |