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>
This commit is contained in:
Gehad elrobey 2015-05-30 13:14:16 +02:00 committed by Dirk Hohndel
parent a0b8eed612
commit 1cff998f84
4 changed files with 1 additions and 518 deletions

View file

@ -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;