summaryrefslogtreecommitdiff
path: root/src/z_zone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/z_zone.h')
-rw-r--r--src/z_zone.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/z_zone.h b/src/z_zone.h
index 568f46b3..44eb365b 100644
--- a/src/z_zone.h
+++ b/src/z_zone.h
@@ -1,8 +1,6 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: z_zone.h 434 2006-03-24 19:55:04Z fraggle $
-//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
//
@@ -80,18 +78,3 @@ int Z_FreeMemory (void);
#endif
-//-----------------------------------------------------------------------------
-//
-// $Log$
-// Revision 1.3 2005/09/22 12:58:46 fraggle
-// Use a new PU_FREE tag to mark free blocks, rather than the 'user' field
-// (avoids using magic numbers to mark allocated blocks with no user)
-//
-// Revision 1.2 2005/07/23 16:44:57 fraggle
-// Update copyright to GNU GPL
-//
-// Revision 1.1.1.1 2005/07/23 16:19:55 fraggle
-// Initial import
-//
-//
-//-----------------------------------------------------------------------------