summaryrefslogtreecommitdiff
path: root/src/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.c')
-rw-r--r--src/info.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/info.c b/src/info.c
index 81ef2e93..c21a4a4c 100644
--- a/src/info.c
+++ b/src/info.c
@@ -1,8 +1,6 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: info.c 24 2005-07-23 21:42:52Z fraggle $
-//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
//
@@ -21,20 +19,6 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Log$
-// Revision 1.4 2005/07/23 21:42:52 fraggle
-// Add missing null to end of sprite names list
-//
-// Revision 1.3 2005/07/23 18:56:07 fraggle
-// Remove unneccessary pragmas
-//
-// Revision 1.2 2005/07/23 16:44:55 fraggle
-// Update copyright to GNU GPL
-//
-// Revision 1.1.1.1 2005/07/23 16:20:19 fraggle
-// Initial import
-//
-//
// DESCRIPTION:
// Thing frame/state LUT,
// generated by multigen utilitiy.
@@ -42,8 +26,6 @@
//
//-----------------------------------------------------------------------------
-static const char
-rcsid[] = "$Id: info.c 24 2005-07-23 21:42:52Z fraggle $";
#include <stdlib.h>