summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2008-02-10 01:09:57 +0100
committerPino Toscano <pino@kde.org>2008-02-10 01:09:57 +0100
commitfa01a1115c4554b18c3462b568d76860d2fbe17b (patch)
tree90db65e81b5a75dee3b92c4643c5751960e47201 /utils
parentd3275e4263372b534c276f81d0c997ecb6675487 (diff)
Comment out unused vars.
Diffstat (limited to 'utils')
-rw-r--r--utils/pdftoabw.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/pdftoabw.cc b/utils/pdftoabw.cc
index 16884810..646f9964 100644
--- a/utils/pdftoabw.cc
+++ b/utils/pdftoabw.cc
@@ -40,7 +40,7 @@ GBool stout = gFalse;
static char ownerPassword[33] = "";
static char userPassword[33] = "";
-static char textEncName[128] = "";
+// static char textEncName[128] = "";
static ArgDesc argDesc[] = {
{"-f", argInt, &firstPage, 0,
@@ -63,9 +63,9 @@ static ArgDesc argDesc[] = {
int main(int argc, char *argv[]) {
PDFDoc *doc = NULL;
GooString *fileName = NULL;
- GooString *abwFileName = NULL;
+// GooString *abwFileName = NULL;
ABWOutputDev *abwOut = NULL;
- GBool ok;
+// GBool ok;
GooString *ownerPW, *userPW;
Object info;