Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c796078

Browse files
committed
Remove empty "else" clause.
svn path=/trunk/matplotlib/; revision=6320
1 parent e98ec5a commit c796078

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/_png.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ _png_module::read_png(const Py::Tuple& args) {
221221
png_set_strip_16(png_ptr);
222222
} else if (bit_depth < 8) {
223223
png_set_packing(png_ptr);
224-
} else {
225224
}
226225

227226
// convert misc color types to rgb for simplicity

0 commit comments

Comments
 (0)