Quick Updates

svn path=/trunk/boinc/; revision=24562
This commit is contained in:
Rom Walton 2011-11-09 16:31:39 +00:00
parent f64ed84e36
commit e934982cf8
1 changed files with 0 additions and 8 deletions

View File

@ -1744,14 +1744,6 @@ LRESULT CScreensaver::ResetProc(
BOINCTRACE(_T("CScreensaver::ResetProc Received WM_CLOSE\n"));
break;
}
if (WM_SETTIMER == uMsg) {
BOINCTRACE(_T("CScreensaver::ResetProc Received WM_SETTIMER\n"));
// All initialization messages have gone through. Allow
// 500ms of idle time, then proceed with initialization.
SetTimer(hWnd, 1, 250, NULL);
}
return DefWindowProc(hWnd, uMsg, wParam, lParam);
}