mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -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)
|
||||
return;
|
||||
bool ret;
|
||||
|
||||
if(sleep)
|
||||
SetSuspendState(false, false, false);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue