Removed the globals 'userid' and 'save_userid_local' variables

This is a preferences setting, it should belong to the preferences
structure.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-04-17 11:34:21 -03:00 committed by Dirk Hohndel
parent f14c14c383
commit 9598462830
9 changed files with 32 additions and 32 deletions

3
dive.h
View file

@ -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);