remove double comment

svn path=/trunk/; revision=28326
This commit is contained in:
Ged Murphy 2007-08-13 21:09:49 +00:00
parent e22ac7131d
commit 26fb8f8d76

View file

@ -176,7 +176,6 @@ AddDisplayDevice(IN PGLOBAL_DATA pGlobalData, IN LPTSTR Description, IN LPTSTR D
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)
{