aboutsummaryrefslogtreecommitdiffstats
path: root/core/divelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/divelist.h')
-rw-r--r--core/divelist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/divelist.h b/core/divelist.h
index f2e243b00..7b57b41ac 100644
--- a/core/divelist.h
+++ b/core/divelist.h
@@ -60,8 +60,6 @@ int get_dive_id_closest_to(timestamp_t when);
void clear_dive_file_data();
void clear_table(struct dive_table *table);
-typedef enum {PO2VAL, SINGLE_EXP, SINGLE_SLOPE, DAILY_EXP, DAILY_SLOPE, NO_COLUMNS} cns_table_headers;
-
#ifdef DEBUG_TRIP
extern void dump_selection(void);
#endif