[Patchanim-commit] SF.net SVN: patchanim: [151] trunk/patchanim/src/com/mebigfatguy/encoders/ MngEn
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-02-10 18:25:26
|
Revision: 151
http://patchanim.svn.sourceforge.net/patchanim/?rev=151&view=rev
Author: dbrosius
Date: 2008-02-10 10:25:31 -0800 (Sun, 10 Feb 2008)
Log Message:
-----------
remove unused
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/encoders/MngEncoder.java
Modified: trunk/patchanim/src/com/mebigfatguy/encoders/MngEncoder.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/encoders/MngEncoder.java 2008-02-10 18:15:14 UTC (rev 150)
+++ trunk/patchanim/src/com/mebigfatguy/encoders/MngEncoder.java 2008-02-10 18:25:31 UTC (rev 151)
@@ -137,7 +137,6 @@
return false;
try {
PngStream pStrm;
- boolean sawIDAT = false;
{
ByteArrayOutputStream baos = new ByteArrayOutputStream(im.getHeight() * im.getWidth()); //a conservative estimate
ImageIO.write(im, ExportType.Pngs.getExtension(), baos);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|