1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 12:58:38 +03:00

Remove stream read

This commit is contained in:
Anuken 2019-11-10 21:28:11 -05:00
parent b8aa3c8b21
commit fa0e9727ae

View File

@ -62,9 +62,6 @@ public class IOSLauncher extends IOSApplication.Delegate{
NSFileCoordinator coord = new NSFileCoordinator(null);
try{
coord.coordinateReadingItem(documentURLs.get(0), NSFileCoordinatorReadingOptions.None, url -> {
NSInputStream stream = new NSInputStream(NSData.read(url));
try{
cons.get(new FileHandle(url.getAbsoluteURL().getPath()));