diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-07 11:48:14 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-07 11:48:14 -0700 |
commit | 90b0f75d4095a23ef3a0f43cc319784d4fc6acc3 (patch) | |
tree | c7209b8d1651ae8877f5bb0fd25da0e7ae5d1ff0 /dive.h | |
parent | d9f24b282a1f1ed2455c20de62cf1dd9fa6ae48b (diff) | |
download | subsurface-90b0f75d4095a23ef3a0f43cc319784d4fc6acc3.tar.gz |
Remove info.c/info.h
The one remaining helper function in there was moved to maintab.cpp (which
was the one remaining user).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -659,9 +659,6 @@ extern void add_event(struct divecomputer *dc, int time, int type, int flags, in extern void add_cylinder_description(cylinder_type_t *); extern void add_weightsystem_description(weightsystem_t *); -extern void add_people(const char *string); -extern void add_location(const char *string); -extern void add_suit(const char *string); extern void remember_event(const char *eventname); extern int evn_foreach(void (*callback)(const char *, int *, void *), void *data); extern void clear_events(void); |