summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dive.h b/dive.h
index 12f190c41..be81ca44b 100644
--- a/dive.h
+++ b/dive.h
@@ -895,9 +895,6 @@ extern double strtod_flags(const char *str, const char **ptr, unsigned int flags
#define ascii_strtod(str, ptr) strtod_flags(str, ptr, STRTOD_ASCII)
-extern short save_userid_local;
-extern char* userid;
-
extern void set_save_userid_local(short value);
extern void set_userid(char* user_id);