From d72c5123e8e27ff05adda84bdafc003bbe208eab Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 31 Aug 2012 01:18:28 +0800 Subject: [PATCH] .. --- src/BackgroundRenderer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BackgroundRenderer.cc b/src/BackgroundRenderer.cc index aad7f99..2a6dd3f 100644 --- a/src/BackgroundRenderer.cc +++ b/src/BackgroundRenderer.cc @@ -18,6 +18,6 @@ void BackgroundRenderer::drawChar(GfxState *state, double x, double y, double originX, double originY, CharCode code, int nBytes, Unicode *u, int uLen) { - SplashOutputDev::drawChar(state,x,y,dx,dy,originX,originY,code, nBytes, u, uLen); +// SplashOutputDev::drawChar(state,x,y,dx,dy,originX,originY,code, nBytes, u, uLen); }