commit dc8d6356bb22ef018979fbbc915b6a7413479ede
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Apr 26 01:09:06 2015 -0400
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Apr 26 01:09:06 2015 -0400
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.
---
src/hexen/Makefile.am | 1 -
src/hexen/m_misc.c | 21 ---------------------
2 files changed, 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"
-