mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +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:
|
case CLM_STARTCLOCK:
|
||||||
if (!pClockData->bTimer)
|
if (!pClockData->bTimer)
|
||||||
{
|
{
|
||||||
InvalidateRect(hwnd, NULL, FALSE);
|
|
||||||
|
|
||||||
SetTimer(hwnd, ID_TIMER, 1000, NULL);
|
SetTimer(hwnd, ID_TIMER, 1000, NULL);
|
||||||
pClockData->bTimer = TRUE;
|
pClockData->bTimer = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue