summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-24 16:33:29 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-24 16:38:25 -0700
commit92a5a5c35b39543a2feaeea247eb7390cd3a9e94 (patch)
treec48388fd9cd08a0196855367112f9cbf4493a6d4 /dive.h
parent02d822924cd13ad6935e167d9a7597af91445a60 (diff)
downloadsubsurface-92a5a5c35b39543a2feaeea247eb7390cd3a9e94.tar.gz
Split report_dives into UI and logic and move to divelist files
Functionality is unchanged, except we now have a nice process_dives function that deals with all the logic and that gets called from report_dives from the Gtk code. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 0209197fb..f2153587f 100644
--- a/dive.h
+++ b/dive.h
@@ -589,7 +589,6 @@ extern struct sample *prepare_sample(struct divecomputer *dc);
extern void finish_sample(struct divecomputer *dc);
extern void sort_table(struct dive_table *table);
-extern void report_dives(gboolean imported, gboolean prefer_imported);
extern struct dive *fixup_dive(struct dive *dive);
extern unsigned int dc_airtemp(struct divecomputer *dc);
extern struct dive *merge_dives(struct dive *a, struct dive *b, int offset, gboolean prefer_downloaded);