summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorKrzysztof Kowalczyk <kkowalczyk@tlapx60ubu.(none)>2007-09-23 23:03:36 -0700
committerKrzysztof Kowalczyk <kkowalczyk@tlapx60ubu.(none)>2007-09-23 23:03:36 -0700
commitabede2a06c5c9dc97b40479deda49621458f1171 (patch)
tree4e28b2ade3bfdc8715da281733b0d10d54633295 /qt
parent60f5bcea4a920441e25ae11d677636242aabb2db (diff)
Reduce number of compiler warnings.
Diffstat (limited to 'qt')
-rw-r--r--qt/poppler-document.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt/poppler-document.cc b/qt/poppler-document.cc
index 320e2cf6..bae84181 100644
--- a/qt/poppler-document.cc
+++ b/qt/poppler-document.cc
@@ -206,7 +206,6 @@ QDateTime Document::getDate( const QString & type ) const
}
Object obj;
- char *s;
int year, mon, day, hour, min, sec;
Dict *infoDict = info.getDict();
QString result;