summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-09-11 14:33:19 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-11 15:38:20 -0700
commit3c8506e1b8d5febc396c8df6bd806ffa36f8fcdc (patch)
treee0e8910a99f82e5ab523f2a4096ee4015cd70f86 /core/dive.h
parent226161ee44b17469c83fb414f5a38f347af42417 (diff)
downloadsubsurface-3c8506e1b8d5febc396c8df6bd806ffa36f8fcdc.tar.gz
cleanup[2/6]: remove set_userid()
This code is not used any more. Signed-off-by: Jan Mlder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h
index 8b8b9fbf0..dd3bbc6a8 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -763,7 +763,6 @@ extern void reset_cylinders(struct dive *dive, bool track_gas);
extern void dump_cylinders(struct dive *dive, bool verbose);
#endif
-extern void set_userid(const char *user_id);
extern void set_informational_units(const char *units);
extern void set_git_prefs(const char *prefs);