mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08: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)
|
||||
return;
|
||||
bool ret;
|
||||
|
||||
if(sleep)
|
||||
SetSuspendState(false, false, false);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user