summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'divelist.h')
-rw-r--r--divelist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/divelist.h b/divelist.h
index 2d6c5dce6..797a89641 100644
--- a/divelist.h
+++ b/divelist.h
@@ -10,9 +10,6 @@ struct DiveList {
GtkTreeViewColumn *date, *depth, *duration;
};
-extern int selected_dive;
-#define current_dive (get_dive(selected_dive))
-
extern struct DiveList dive_list_create(void);
extern void dive_list_update_dives(struct DiveList);
extern void update_dive_list_units(struct DiveList *);