mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
misc.cpp: Remove unused variable in windows-specific code
This commit is contained in:
parent
be09284192
commit
3d5487dfcb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue