mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Removed unused function
This commit is contained in:
parent
60146b3d7d
commit
4b59dbae24
@ -143,10 +143,6 @@ public class FileDownloader extends Observable {
|
||||
}
|
||||
}
|
||||
|
||||
private void downloadFile() throws InterruptedException {
|
||||
downloadFile(false);
|
||||
}
|
||||
|
||||
private void downloadFile(boolean noResume) throws InterruptedException {
|
||||
RandomAccessFile file = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user