ref: dc8d6356bb22ef018979fbbc915b6a7413479ede
parent: ec72b141f47cd1a5b061f9bc87c1a02e2722be59
author: Simon Howard <fraggle@soulsphere.org>
date: Sat Apr 25 21:09:06 EDT 2015
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.
--- a/src/hexen/Makefile.am
+++ b/src/hexen/Makefile.am
@@ -15,7 +15,6 @@
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 \
--- a/src/hexen/m_misc.c
+++ /dev/null
@@ -1,21 +1,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"
-