summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-09-11 23:40:58 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-09-11 23:40:58 +0200
commit9288f4d8654541798655e9736f58502dd7aad210 (patch)
tree03e45a04f309a3f6d497066e905202fe55381845
parenta837ce9dac8bc3bddca1e0be004619e12ec0ddce (diff)
delete setters and getters for launchCommand
-rw-r--r--ALL_DIFF9
1 files changed, 0 insertions, 9 deletions
diff --git a/ALL_DIFF b/ALL_DIFF
index 82ddb15..bfd378e 100644
--- a/ALL_DIFF
+++ b/ALL_DIFF
@@ -13148,7 +13148,6 @@ diff -ru xpdf-3.02/xpdf/GlobalParams.cc xpdf-3.03/xpdf/GlobalParams.cc
screenWhiteThreshold = 1.0;
+ minLineWidth = 0.0;
+ overprintPreview = gFalse;
-+ launchCommand = NULL;
urlCommand = NULL;
movieCommand = NULL;
mapNumericCharNames = gTrue;
@@ -13200,12 +13199,6 @@ diff -ru xpdf-3.02/xpdf/GlobalParams.cc xpdf-3.03/xpdf/GlobalParams.cc
delete textEncoding;
- deleteGList(fontDirs, GString);
delete initialZoom;
-+ if (launchCommand) {
-+ delete launchCommand;
-+ }
- if (urlCommand) {
- delete urlCommand;
- }
@@ -1829,8 +1898,6 @@
char winFontDir[MAX_PATH];
#endif
@@ -13768,7 +13761,6 @@ diff -ru xpdf-3.02/xpdf/GlobalParams.h xpdf-3.03/xpdf/GlobalParams.h
+ double getMinLineWidth();
+ GBool getDrawAnnotations();
+ GBool getOverprintPreview() { return overprintPreview; }
-+ GString *getLaunchCommand() { return launchCommand; }
GString *getURLCommand() { return urlCommand; }
GString *getMovieCommand() { return movieCommand; }
GBool getMapNumericCharNames();
@@ -13866,7 +13858,6 @@ diff -ru xpdf-3.02/xpdf/GlobalParams.h xpdf-3.03/xpdf/GlobalParams.h
double screenWhiteThreshold; // screen white clamping threshold
+ double minLineWidth; // minimum line width
+ GBool overprintPreview; // enable overprint preview
-+ GString *launchCommand; // command executed for 'launch' links
GString *urlCommand; // command executed for URL links
GString *movieCommand; // command executed for movie annotations
GBool mapNumericCharNames; // map numeric char names (from font subsets)?