- Undo accidental commit of win32video.cpp with test resolution in place.

SVN r3483 (trunk)
This commit is contained in:
Randy Heit 2012-03-25 03:08:13 +00:00
parent 23e88c88c9
commit 510838c3c1

View file

@ -449,8 +449,6 @@ void Win32Video::AddLowResModes()
{
ModeInfo *mode, *nextmode;
AddMode(1024,600, 8, 600, 0);
for (mode = m_Modes; mode != NULL; mode = nextmode)
{
nextmode = mode->next;