mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-02-03 22:10:52 -08:00
Remove stream read
This commit is contained in:
parent
b8aa3c8b21
commit
fa0e9727ae
1 changed files with 0 additions and 3 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue