[poppler] poppler/SplashOutputDev.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue Jun 2 15:06:10 PDT 2009
poppler/SplashOutputDev.cc | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 5cc24be1e9af0a27ab88ffa719bcabc2378868e4
Author: Albert Astals Cid <aacid at kde.org>
Date: Wed Jun 3 00:05:54 2009 +0200
Remove unused variables
diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index d1840ec..7f810fe 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -565,9 +565,6 @@ static void splashOutBlendSaturation(SplashColorPtr src, SplashColorPtr dest,
static void splashOutBlendColor(SplashColorPtr src, SplashColorPtr dest,
SplashColorPtr blend, SplashColorMode cm) {
int hs, ss, vs, hd, sd, vd;
-#if SPLASH_CMYK
- Guchar r, g, b;
-#endif
switch (cm) {
case splashModeMono1:
More information about the poppler
mailing list