remove unused imports

This commit is contained in:
Jindra Petřík
2021-01-29 08:48:46 +01:00
parent 9106b43410
commit da55406ca8
89 changed files with 20 additions and 265 deletions

View File

@@ -12,12 +12,11 @@
* 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 java.io.IOException;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.Properties;
/**