diff options
-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" - |