From 77b961abe9fdd40d4a4a11502f7afea7d57fc611 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 16 Sep 2006 00:20:09 +0000 Subject: Undo previous commit: 'comport' and 'showmessages' are only generated by setup.exe. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 608 --- src/m_misc.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/m_misc.c b/src/m_misc.c index dbd0a9ee..eb94e05f 100644 --- a/src/m_misc.c +++ b/src/m_misc.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: m_misc.c 607 2006-09-16 00:04:59Z fraggle $ +// $Id: m_misc.c 608 2006-09-16 00:20:09Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -106,7 +106,7 @@ //----------------------------------------------------------------------------- static const char -rcsid[] = "$Id: m_misc.c 607 2006-09-16 00:04:59Z fraggle $"; +rcsid[] = "$Id: m_misc.c 608 2006-09-16 00:20:09Z fraggle $"; #include #include @@ -300,7 +300,6 @@ int snd_sfxdevice = 0; // so that the config file can be shared between chocolate // doom and doom.exe -static int comport = 1; static int snd_sbport = 0; static int snd_sbirq = 0; static int snd_sbdma = 0; @@ -362,12 +361,6 @@ static default_t doom_defaults_list[] = {"screenblocks",&screenblocks}, {"detaillevel",&detailLevel}, - // 'showmessages' is a duplicate of 'show_messages' but this is - // what Vanilla Doom does! - - {"showmessages", &showMessages}, - {"comport", &comport}, - {"snd_channels",&numChannels}, {"snd_musicdevice", &snd_musicdevice}, -- cgit v1.2.3