summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/display.h b/display.h
index 53131e043..3ce0d4f29 100644
--- a/display.h
+++ b/display.h
@@ -35,17 +35,6 @@ typedef enum {
extern struct divecomputer *select_dc(struct dive *);
-struct print_options {
- enum print_type {
- DIVELIST,
- TABLE,
- STATISTICS
- } type;
- bool print_selected;
- bool color_selected;
- bool landscape;
-};
-
extern unsigned int dc_number;
extern unsigned int amount_selected;