summaryrefslogtreecommitdiff
path: root/src/doomstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doomstat.h')
-rw-r--r--src/doomstat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doomstat.h b/src/doomstat.h
index c5256e5f..45c53253 100644
--- a/src/doomstat.h
+++ b/src/doomstat.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: doomstat.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: doomstat.h 18 2005-07-23 18:56:07Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -44,9 +44,6 @@
#include "d_player.h"
-#ifdef __GNUG__
-#pragma interface
-#endif
@@ -299,6 +296,9 @@ extern int ticdup;
//-----------------------------------------------------------------------------
//
// $Log$
+// 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
//