Skip to content

Commit 508d780

Browse files
committed
Remove extra line from backend_pdf.draw_tex
svn path=/trunk/matplotlib/; revision=6738
1 parent ed0066f commit 508d780

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/backend_pdf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,6 @@ def draw_tex(self, gc, x, y, s, prop, angle):
13961396
pdfname = self.file.fontName(dvifont.texname)
13971397
if not self.file.dviFontInfo.has_key(dvifont.texname):
13981398
psfont = self.tex_font_mapping(dvifont.texname)
1399-
fontfile = psfont.filename
14001399
self.file.dviFontInfo[dvifont.texname] = Bunch(
14011400
fontfile=psfont.filename,
14021401
basefont=psfont.psname,

0 commit comments

Comments
 (0)