summaryrefslogtreecommitdiff
path: root/print/gtklp/files/patch-gtklp_gtklp__functions.c
blob: 202f53879799b048491cb1e076a6f9f19fb7d568 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- gtklp/gtklp_functions.c.orig	2019-11-01 16:27:28 UTC
+++ gtklp/gtklp_functions.c
@@ -57,17 +57,6 @@
 #include "conflict.xpm"
 #include "rarrow.xpm"
 
-unsigned topmargin, bottommargin, leftmargin, rightmargin;
-int imageScalingType;
-double imageScalingScalingValue;
-double imageScalingNaturalValue;
-double imageScalingPPIValue;
-int hasAskedPWD;
-
-ppd_file_t *printerPPD;
-
-GtkWidget *mainWindow;
-
 #if GTK_MAJOR_VERSION == 1
 GtkWidget *button_inst_save_label;
 #else