mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
misc.cpp: Remove unused variable in windows-specific code
This commit is contained in:
committed by
Christophe Dumez
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
|
||||
|
||||
Reference in New Issue
Block a user