diff options
author | Simon Howard | 2015-04-26 01:09:06 -0400 |
---|---|---|
committer | Simon Howard | 2015-04-26 01:09:06 -0400 |
commit | dc8d6356bb22ef018979fbbc915b6a7413479ede (patch) | |
tree | 946788d584eec9ea71a6e3768c27d2264ee1a992 /src | |
parent | ec72b141f47cd1a5b061f9bc87c1a02e2722be59 (diff) | |
download | chocolate-doom-dc8d6356bb22ef018979fbbc915b6a7413479ede.tar.gz chocolate-doom-dc8d6356bb22ef018979fbbc915b6a7413479ede.tar.bz2 chocolate-doom-dc8d6356bb22ef018979fbbc915b6a7413479ede.zip |
hexen: Remove m_misc.c.
This file is empty and contains no code, as it was factored out into
the common m_misc.c during raven-branch development. The Heretic
version got removed once it was empty but the Hexen one wasn't, for
some reason.
Diffstat (limited to 'src')
-rw-r--r-- | src/hexen/Makefile.am | 1 | ||||
-rw-r--r-- | src/hexen/m_misc.c | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/src/hexen/Makefile.am b/src/hexen/Makefile.am index bd51c6e0..74c30950 100644 --- a/src/hexen/Makefile.am +++ b/src/hexen/Makefile.am @@ -15,7 +15,6 @@ g_game.c \ h2_main.c \ info.c info.h \ in_lude.c \ -m_misc.c \ m_random.c m_random.h \ mn_menu.c \ p_acs.c \ diff --git a/src/hexen/m_misc.c b/src/hexen/m_misc.c deleted file mode 100644 index 3e0c63a7..00000000 --- a/src/hexen/m_misc.c +++ /dev/null @@ -1,21 +0,0 @@ -// -// Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2005-2014 Simon Howard -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// - - -// HEADER FILES ------------------------------------------------------------ - -#include "h2def.h" - |