mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove commented-out evn_foreach() function
Apparently this was used to hide events in pre-Qt times. However, that has already been reimplemented in different ways. Let's remove that commented-out code. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
7081674b67
commit
48b4dc9c84
2 changed files with 0 additions and 17 deletions
|
@ -398,10 +398,6 @@ extern int nr_weightsystems(const struct dive *dive);
|
|||
extern void remember_event(const char *eventname);
|
||||
extern void invalidate_dive_cache(struct dive *dc);
|
||||
|
||||
#if WE_DONT_USE_THIS /* this is a missing feature in Qt - selecting which events to display */
|
||||
extern int evn_foreach(void (*callback)(const char *, bool *, void *), void *data);
|
||||
#endif /* WE_DONT_USE_THIS */
|
||||
|
||||
extern void clear_events(void);
|
||||
|
||||
extern void set_dc_nickname(struct dive *dive);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue