mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Cleanup: remove rebasing artefacts
Embarrassingly, the header-comment in divelist.c contained a rebasing artefact. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
0f9edf06e2
commit
8ddbe50d29
1 changed files with 0 additions and 3 deletions
|
@ -40,11 +40,8 @@
|
|||
* bool dive_less_than(const struct dive *a, const struct dive *b)
|
||||
* void sort_table(struct dive_table *table)
|
||||
* bool is_trip_before_after(const struct dive *dive, bool before)
|
||||
<<<<<<< HEAD
|
||||
* void delete_dive_from_table(struct dive_table *table, int idx)
|
||||
=======
|
||||
* int find_next_visible_dive(timestamp_t when);
|
||||
>>>>>>> Undo: select dives after add, remove, merge, split dive commands
|
||||
*/
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue