summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2006-09-16 00:20:09 +0000
committerSimon Howard2006-09-16 00:20:09 +0000
commit77b961abe9fdd40d4a4a11502f7afea7d57fc611 (patch)
tree5cb804cdf2fad52d68c3b77db0e1bb41551c7e68
parent87049965fc8c5633a144c1925c9da952f1a7e53a (diff)
downloadchocolate-doom-77b961abe9fdd40d4a4a11502f7afea7d57fc611.tar.gz
chocolate-doom-77b961abe9fdd40d4a4a11502f7afea7d57fc611.tar.bz2
chocolate-doom-77b961abe9fdd40d4a4a11502f7afea7d57fc611.zip
Undo previous commit: 'comport' and 'showmessages' are only generated
by setup.exe. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 608
-rw-r--r--src/m_misc.c11
1 files 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 <stdio.h>
#include <stdlib.h>
@@ -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},