aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-10 17:19:51 -0700
committerGravatar GitHub <noreply@github.com>2020-04-10 17:19:51 -0700
commit61f9c4114e076e77f75db48611283209b33e4202 (patch)
tree5d959c312b5d6651e16c8cca0c5c80b1f032ee72 /core/dive.h
parent42c974edd73b48520a5f0d4579510c39a56902c5 (diff)
parent53fb533a99eef94d5df1a5258bc23ec123f59d6d (diff)
downloadsubsurface-61f9c4114e076e77f75db48611283209b33e4202.tar.gz
Merge pull request #2737 from Subsurface-divelog/libgitCleanup
Libgit cleanup
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/dive.h b/core/dive.h
index 04d90a997..13de360ed 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -310,12 +310,6 @@ extern int save_dive_sites_logic(const char *filename, const struct dive_site *s
struct membuffer;
extern void save_one_dive_to_mb(struct membuffer *b, struct dive *dive, bool anonymize);
-struct user_info {
- char *name;
- char *email;
-};
-
-extern void subsurface_user_info(struct user_info *);
extern void subsurface_console_init(void);
extern void subsurface_console_exit(void);
extern bool subsurface_user_is_root(void);