removed superfluous addfont()
authorMatthias Kramm <kramm@quiss.org>
Thu, 7 Jan 2010 20:47:15 +0000 (12:47 -0800)
committerMatthias Kramm <kramm@quiss.org>
Thu, 7 Jan 2010 20:47:15 +0000 (12:47 -0800)
lib/pdf/GFXOutputDev.cc

index 5949271..843dc5c 100644 (file)
@@ -2046,8 +2046,6 @@ void GFXOutputDev::updateFont(GfxState *state)
     device->addfont(device, current_gfxfont);
     free(id);
     
     device->addfont(device, current_gfxfont);
     free(id);
     
-    device->addfont(device, current_gfxfont);
-
     updateFontMatrix(state);
 }
 
     updateFontMatrix(state);
 }