Revision: 6738
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6738&view=rev
Author:   jouni
Date:     2009-01-05 18:11:47 +0000 (Mon, 05 Jan 2009)

Log Message:
-----------
Remove extra line from backend_pdf.draw_tex

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py     2009-01-05 
17:48:01 UTC (rev 6737)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py     2009-01-05 
18:11:47 UTC (rev 6738)
@@ -1396,7 +1396,6 @@
                 pdfname = self.file.fontName(dvifont.texname)
                 if not self.file.dviFontInfo.has_key(dvifont.texname):
                     psfont = self.tex_font_mapping(dvifont.texname)
-                    fontfile = psfont.filename
                     self.file.dviFontInfo[dvifont.texname] = Bunch(
                         fontfile=psfont.filename,
                         basefont=psfont.psname,


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to