mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a0b8eed612
commit
1cff998f84
4 changed files with 1 additions and 518 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue