From c786a629fa1a236736f13efdb9a575c2a00310ed Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 26 Aug 2012 22:51:01 +0800 Subject: [PATCH] remove debug background --- src/BackgroundRenderer.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BackgroundRenderer.cc b/src/BackgroundRenderer.cc index 130e9cd..602ff68 100644 --- a/src/BackgroundRenderer.cc +++ b/src/BackgroundRenderer.cc @@ -19,13 +19,11 @@ void BackgroundRenderer::drawChar(GfxState *state, double x, double y, CharCode code, int nBytes, Unicode *u, int uLen) { auto font = state->getFont(); - /* if((font->getType() == fontType3) || (font->getWMode()) || (uLen == 0) || (!all_of(u, u+uLen, isLegalUnicode)) ) - */ { SplashOutputDev::drawChar(state, x, y, dx, dy, originX, originY, code, nBytes, u, uLen); }