mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
missed this, it's not needed.
svn path=/trunk/; revision=35941
This commit is contained in:
parent
c98c9900e0
commit
0728b1b869
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue