mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
misc.cpp: Remove unused variable in windows-specific code
This commit is contained in:
parent
be09284192
commit
3d5487dfcb
@ -261,7 +261,7 @@ void misc::shutdownComputer(bool sleep) {
|
|||||||
|
|
||||||
if (GetLastError() != ERROR_SUCCESS)
|
if (GetLastError() != ERROR_SUCCESS)
|
||||||
return;
|
return;
|
||||||
bool ret;
|
|
||||||
if(sleep)
|
if(sleep)
|
||||||
SetSuspendState(false, false, false);
|
SetSuspendState(false, false, false);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user