1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-25 16:24:40 +00:00

feat(extra): Remove extra imports

Remove 2 extra imports, `IOErrorEvent` was imported already.
This commit is contained in:
Voltrex 2021-03-29 04:16:32 +04:30 committed by GitHub
parent 9ec63f41d7
commit c7d4f1d2ba

View file

@ -28,8 +28,6 @@ import haxe.Json;
import lime.utils.Assets;
import openfl.events.Event;
import openfl.events.IOErrorEvent;
import openfl.events.IOErrorEvent;
import openfl.events.IOErrorEvent;
import openfl.media.Sound;
import openfl.net.FileReference;
import openfl.utils.ByteArray;