Browse Source

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

adaptive-webui-19844
sledgehammer_999 13 years ago committed by Christophe Dumez
parent
commit
3d5487dfcb
  1. 2
      src/misc.cpp

2
src/misc.cpp

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

Loading…
Cancel
Save