[ros-diffs] [gedmurphy] 35941: missed this, it's not needed.
gedmurphy at svn.reactos.org
gedmurphy at svn.reactos.org
Thu Sep 4 17:55:46 CEST 2008
Author: gedmurphy
Date: Thu Sep 4 10:55:46 2008
New Revision: 35941
URL: http://svn.reactos.org/svn/reactos?rev=35941&view=rev
Log:
missed this, it's not needed.
Modified:
trunk/reactos/dll/cpl/timedate/clock.c
Modified: trunk/reactos/dll/cpl/timedate/clock.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/clock.c?rev=35941&r1=35940&r2=35941&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/timedate/clock.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/timedate/clock.c [iso-8859-1] Thu Sep 4 10:55:46 2008
@@ -244,8 +244,6 @@
case CLM_STARTCLOCK:
if (!pClockData->bTimer)
{
- InvalidateRect(hwnd, NULL, FALSE);
-
SetTimer(hwnd, ID_TIMER, 1000, NULL);
pClockData->bTimer = TRUE;
}
More information about the Ros-diffs
mailing list