Skip to content

Commit

Permalink
Remove stream read
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Nov 11, 2019
1 parent b8aa3c8 commit fa0e972
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/src/io/anuke/mindustry/IOSLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ public void didPickDocumentsAtURLs(UIDocumentBrowserViewController controller, N
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()));
Expand Down

0 comments on commit fa0e972

Please sign in to comment.