Revision: 6320
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6320&view=rev
Author:   mdboom
Date:     2008-10-24 14:57:38 +0000 (Fri, 24 Oct 2008)

Log Message:
-----------
Remove empty "else" clause.

Modified Paths:
--------------
    trunk/matplotlib/src/_png.cpp

Modified: trunk/matplotlib/src/_png.cpp
===================================================================
--- trunk/matplotlib/src/_png.cpp       2008-10-24 14:55:14 UTC (rev 6319)
+++ trunk/matplotlib/src/_png.cpp       2008-10-24 14:57:38 UTC (rev 6320)
@@ -221,7 +221,6 @@
     png_set_strip_16(png_ptr);
   } else if (bit_depth < 8) {
     png_set_packing(png_ptr);
-  } else {
   }
 
   // convert misc color types to rgb for simplicity


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to