diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-24 15:02:34 +0100 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2019-12-04 13:00:23 +0100 |
commit | 4b1a3a1a6e1db60bda77fc70e5be6278426589cd (patch) | |
tree | d4d939b28ed65fe94dc2168163f12f3e8be16533 /core/display.h | |
parent | 7787bfbf9e39595d98c459e4af121f3174762c7d (diff) | |
download | subsurface-4b1a3a1a6e1db60bda77fc70e5be6278426589cd.tar.gz |
Selection: move selection functions from divelist.c to selection.c
Since we now have a selection.c translation unit, put the selection-
related functions there.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/display.h')
-rw-r--r-- | core/display.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/display.h b/core/display.h index 8c6223be6..6c26e2763 100644 --- a/core/display.h +++ b/core/display.h @@ -29,8 +29,6 @@ extern struct divecomputer *select_dc(struct dive *); extern unsigned int dc_number; -extern unsigned int amount_selected; - extern int is_default_dive_computer_device(const char *); extern int is_default_dive_computer(const char *, const char *); |