mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[FREELDR]
Remove commented-out code (since the new one works) - ThFabba: :P svn path=/trunk/; revision=58006
This commit is contained in:
@@ -909,7 +909,7 @@ PcVideoSetDisplayMode(char *DisplayModeName, BOOLEAN Init)
|
||||
}
|
||||
else
|
||||
{
|
||||
VideoMode = (USHORT)strtoul(DisplayModeName, NULL, 0); // atoi(DisplayModeName);
|
||||
VideoMode = (USHORT)strtoul(DisplayModeName, NULL, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user