summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-04-18 22:51:33 +0200
committerAlbert Astals Cid <aacid@kde.org>2012-04-18 22:51:33 +0200
commitad8785b053aa115b593b2f20073e2989d59a77c9 (patch)
treef601c97fcd735d9f7bb7f9241c1fc52b00e5cef1 /utils
parent80d4e1843c56801508f476fed64ecb3201ba18c8 (diff)
Remove duplicate call
Diffstat (limited to 'utils')
-rw-r--r--utils/pdftohtml.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc
index 6735f5d6..d6475b01 100644
--- a/utils/pdftohtml.cc
+++ b/utils/pdftohtml.cc
@@ -487,7 +487,6 @@ int main(int argc, char *argv[]) {
gsCmd->append(tw);
gsCmd->append("x");
th = GooString::fromInt(static_cast<int>(scale*h));
- th = GooString::fromInt(static_cast<int>(scale*h));
gsCmd->append(th);
gsCmd->append(" -q \"");
gsCmd->append(psFileName);