mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-03 14:24:15 +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 {
|
private void downloadFile(boolean noResume) throws InterruptedException {
|
||||||
RandomAccessFile file = null;
|
RandomAccessFile file = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user