From: <md...@us...> - 2009-09-03 14:36:46
|
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. |