aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-05-30 13:14:16 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-04 10:07:55 -0700
commit1cff998f8412218fd2447f390eadf05b2ea9ae34 (patch)
tree4d9aa7b50b6c4b76132ebb75ce8645e22ac6e6ae /display.h
parenta0b8eed61286d87e98e9344f11d65c5c3aa7d636 (diff)
downloadsubsurface-1cff998f8412218fd2447f390eadf05b2ea9ae34.tar.gz
Printing: Remove more obsolete code from printlayout
This code can be removed as we don't need QT printing code anymore. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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;