misc.cpp: Remove unused variable in windows-specific code

This commit is contained in:
sledgehammer_999 2011-09-22 20:44:01 +03:00 committed by Christophe Dumez
parent be09284192
commit 3d5487dfcb

View file

@ -261,7 +261,7 @@ void misc::shutdownComputer(bool sleep) {
if (GetLastError() != ERROR_SUCCESS)
return;
bool ret;
if(sleep)
SetSuspendState(false, false, false);
else