[FREELDR]

Remove commented-out code (since the new one works) - ThFabba: :P

svn path=/trunk/; revision=58006
This commit is contained in:
Hermès Bélusca-Maïto 2012-12-25 13:24:56 +00:00
parent 48c15d9799
commit d19b9402fb

View file

@ -909,7 +909,7 @@ PcVideoSetDisplayMode(char *DisplayModeName, BOOLEAN Init)
}
else
{
VideoMode = (USHORT)strtoul(DisplayModeName, NULL, 0); // atoi(DisplayModeName);
VideoMode = (USHORT)strtoul(DisplayModeName, NULL, 0);
}
}