mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove get_times() functions
The function 1) was misnamed: it determined the time of the first selcted dive. 2) had only one caller. 3) would crash if there was no selected dive. Let's just fold the functionality into the caller. It's a one-liner anyway. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
464dd93fe8
commit
4aa571d5a0
3 changed files with 5 additions and 17 deletions
|
@ -260,8 +260,6 @@ extern void subsurface_console_init(void);
|
|||
extern void subsurface_console_exit(void);
|
||||
extern bool subsurface_user_is_root(void);
|
||||
|
||||
extern timestamp_t get_times();
|
||||
|
||||
extern struct dive *alloc_dive(void);
|
||||
extern void free_dive(struct dive *);
|
||||
extern void free_dive_dcs(struct divecomputer *dc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue