small fixes, unused code removed

This commit is contained in:
honfika@gmail.com
2014-11-16 21:03:17 +01:00
parent 6d3974db53
commit ef34bb535b
5 changed files with 6 additions and 96 deletions

View File

@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash;
import com.jpexs.helpers.Helper;
@@ -61,7 +62,7 @@ public class SWFSearch {
}
public void process() {
public void process() {
Map<Long, InputStream> ret;
ret = s.search(new ProgressListener() {
@Override
public void progress(int p) {