missed this, it's not needed.

svn path=/trunk/; revision=35941
This commit is contained in:
Ged Murphy 2008-09-04 15:55:46 +00:00
parent c98c9900e0
commit 0728b1b869

View file

@ -244,8 +244,6 @@ ClockWndProc(HWND hwnd,
case CLM_STARTCLOCK:
if (!pClockData->bTimer)
{
InvalidateRect(hwnd, NULL, FALSE);
SetTimer(hwnd, ID_TIMER, 1000, NULL);
pClockData->bTimer = TRUE;
}