aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/display.h b/display.h
index 72b5c99fc..53131e043 100644
--- a/display.h
+++ b/display.h
@@ -37,18 +37,13 @@ extern struct divecomputer *select_dc(struct dive *);
struct print_options {
enum print_type {
- PRETTY,
- TABLE,
- TWOPERPAGE,
- ONEPERPAGE,
DIVELIST,
+ TABLE,
STATISTICS
} type;
bool print_selected;
bool color_selected;
- bool notes_up;
bool landscape;
- int margins[4]; // left, top, right, bottom
};
extern unsigned int dc_number;