mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove unused function append_dive()
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a8130f0fa1
commit
32d87db8b3
2 changed files with 0 additions and 10 deletions
|
|
@ -786,15 +786,6 @@ void delete_single_dive(int idx)
|
|||
delete_dive_from_table(&dive_table, idx);
|
||||
}
|
||||
|
||||
/* add a dive at the end of the global dive table and keep track
|
||||
* of the number of selected dives. */
|
||||
void append_dive(struct dive *dive)
|
||||
{
|
||||
add_to_dive_table(&dive_table, dive_table.nr, dive);
|
||||
if (dive->selected)
|
||||
amount_selected++;
|
||||
}
|
||||
|
||||
int shown_dives = 0;
|
||||
bool filter_dive(struct dive *d, bool shown)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue