From b7dcad3632fc10694c5da54e4aa470aa1c055613 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 19 Sep 2012 03:30:20 +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 af4cb13..6a243e7 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); }