[ros-diffs] [gedmurphy] 28326: remove double comment

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Mon Aug 13 23:09:49 CEST 2007


Author: gedmurphy
Date: Tue Aug 14 01:09:49 2007
New Revision: 28326

URL: http://svn.reactos.org/svn/reactos?rev=28326&view=rev
Log:
remove double comment

Modified:
    trunk/reactos/dll/cpl/desk/settings.c

Modified: trunk/reactos/dll/cpl/desk/settings.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/settings.c?rev=28326&r1=28325&r2=28326&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/desk/settings.c (original)
+++ trunk/reactos/dll/cpl/desk/settings.c Tue Aug 14 01:09:49 2007
@@ -176,7 +176,6 @@
 	newEntry->InitialSettings.dmPelsHeight = newEntry->CurrentSettings->dmPelsHeight;
 	newEntry->InitialSettings.dmBitsPerPel = newEntry->CurrentSettings->dmBitsPerPel;
 
-	/* Count different resolutions */
 	/* Count different resolutions */
 	for (Current = newEntry->Settings; Current != NULL; Current = Current->Flink)
 	{




More information about the Ros-diffs mailing list