diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-05-30 13:14:16 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-04 10:07:55 -0700 |
commit | 1cff998f8412218fd2447f390eadf05b2ea9ae34 (patch) | |
tree | 4d9aa7b50b6c4b76132ebb75ce8645e22ac6e6ae /display.h | |
parent | a0b8eed61286d87e98e9344f11d65c5c3aa7d636 (diff) | |
download | subsurface-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.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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; |