From f08083fe94cf2f064a9f5fe014d97be80e772000 Mon Sep 17 00:00:00 2001
From: Matthias Kramm <kramm@quiss.org>
Date: Thu, 7 Jan 2010 12:47:15 -0800
Subject: [PATCH] removed superfluous addfont()

---
 lib/pdf/GFXOutputDev.cc |    2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc
index 5949271..843dc5c 100644
--- a/lib/pdf/GFXOutputDev.cc
+++ b/lib/pdf/GFXOutputDev.cc
@@ -2046,8 +2046,6 @@ void GFXOutputDev::updateFont(GfxState *state)
     device->addfont(device, current_gfxfont);
     free(id);
     
-    device->addfont(device, current_gfxfont);
-
     updateFontMatrix(state);
 }
 
-- 
1.7.10.4