|
From: <md...@us...> - 2008-10-24 14:57:40
|
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.
|