mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Remove redundant delay
This commit is contained in:
parent
7e4f5c9045
commit
064f0c3361
1 changed files with 0 additions and 4 deletions
|
@ -155,10 +155,6 @@ bool DownloadThread::_openAndPrepareDevice()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << "sleeping to let Windows discovers there are no partitions";
|
|
||||||
sleep(2);
|
|
||||||
qDebug() << "done sleeping";
|
|
||||||
|
|
||||||
if (!driveLetter.isEmpty())
|
if (!driveLetter.isEmpty())
|
||||||
{
|
{
|
||||||
_volumeFile.setFileName("\\\\.\\"+driveLetter);
|
_volumeFile.setFileName("\\\\.\\"+driveLetter);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue