From 510838c3c1363a3c4dcba65978531abb09b6e574 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 25 Mar 2012 03:08:13 +0000 Subject: [PATCH] - Undo accidental commit of win32video.cpp with test resolution in place. SVN r3483 (trunk) --- src/win32/win32video.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/win32/win32video.cpp b/src/win32/win32video.cpp index 494df774d..d82744ef7 100644 --- a/src/win32/win32video.cpp +++ b/src/win32/win32video.cpp @@ -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;