summaryrefslogtreecommitdiff
path: root/poppler/SplashOutputDev.cc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-01-14 20:51:19 +0100
committerAlbert Astals Cid <aacid@kde.org>2018-01-14 20:51:19 +0100
commit7f550e88d86482adcfab6e054ff14588b32b692a (patch)
tree40eb1522b6f5c2f5e72a02f5cdd5ec8307dbcd49 /poppler/SplashOutputDev.cc
parent4b237953b187f38c90b9a747f587cbc277db6d45 (diff)
Remove declare but unused Object instances
Diffstat (limited to 'poppler/SplashOutputDev.cc')
-rw-r--r--poppler/SplashOutputDev.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index 94e3bc73..50b78245 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -1998,7 +1998,6 @@ void SplashOutputDev::doUpdateFont(GfxState *state) {
SplashFontFile *fontFile;
SplashFontSrc *fontsrc = nullptr;
FoFiTrueType *ff;
- Object refObj, strObj;
GooString *fileName;
char *tmpBuf;
int tmpBufLen;
@@ -3765,7 +3764,6 @@ void SplashOutputDev::drawMaskedImage(GfxState *state, Object *ref,
int maskHeight, GBool maskInvert,
GBool maskInterpolate) {
GfxImageColorMap *maskColorMap;
- Object decodeLow, decodeHigh;
double *ctm;
SplashCoord mat[6];
SplashOutMaskedImageData imgData;