Revision: 7631
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7631&view=rev
Author:   mdboom
Date:     2009-09-03 14:36:37 +0000 (Thu, 03 Sep 2009)

Log Message:
-----------
Remove unnecessary line.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/collections.py

Modified: trunk/matplotlib/lib/matplotlib/collections.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/collections.py      2009-09-02 20:48:06 UTC 
(rev 7630)
+++ trunk/matplotlib/lib/matplotlib/collections.py      2009-09-03 14:36:37 UTC 
(rev 7631)
@@ -1218,7 +1218,6 @@
         if self._shading == 'gouraud':
             triangles, colors = self.convert_mesh_to_triangles(
                 self._meshWidth, self._meshHeight, coordinates)
-            check = {}
             renderer.draw_gouraud_triangles(gc, triangles, colors, 
transform.frozen())
         else:
             renderer.draw_quad_mesh(


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to