mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- Undo accidental commit of win32video.cpp with test resolution in place.
SVN r3483 (trunk)
This commit is contained in:
parent
23e88c88c9
commit
510838c3c1
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue