summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-05-10 22:31:24 +0200
committerAlbert Astals Cid <aacid@kde.org>2012-05-10 22:31:24 +0200
commita7a2e72f9ba43816a81278e0565d31807ac5ceb5 (patch)
treebb9c2ae000ce52121d6237a218ea4f4181f71c87 /utils
parentad36d22d1f11339be90403534b921cce120fdbad (diff)
More gs cleanup and forgot the (C) on modification
Diffstat (limited to 'utils')
-rw-r--r--utils/pdftohtml.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc
index 5f7e0d49..cff09643 100644
--- a/utils/pdftohtml.cc
+++ b/utils/pdftohtml.cc
@@ -62,10 +62,6 @@
#include "DateInfo.h"
#include "goo/gfile.h"
-#ifndef GHOSTSCRIPT
-# define GHOSTSCRIPT "gs"
-#endif
-
static int firstPage = 1;
static int lastPage = 0;
static GBool rawOrder = gTrue;