[poppler] poppler/Gfx.cc
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Sep 20 21:06:07 UTC 2018
poppler/Gfx.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ab1b051a9f65b7f8e4dc9f8f9c28a0aff0c86596
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Sep 20 23:05:55 2018 +0200
Remove unused variable
diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc
index 4b8b1229..5b3b8f12 100644
--- a/poppler/Gfx.cc
+++ b/poppler/Gfx.cc
@@ -3893,7 +3893,7 @@ void Gfx::doShowText(const GooString *s) {
const char *p;
int render;
GBool patternFill;
- int len, n, uLen, nChars, nSpaces, i;
+ int len, n, uLen, nChars, nSpaces;
font = state->getFont();
wMode = font->getWMode();
More information about the poppler
mailing list