summaryrefslogtreecommitdiff
path: root/src/r_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/r_state.h')
-rw-r--r--src/r_state.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/r_state.h b/src/r_state.h
index cf9ea9b7..20ea73f9 100644
--- a/src/r_state.h
+++ b/src/r_state.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: r_state.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: r_state.h 18 2005-07-23 18:56:07Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -36,9 +36,6 @@
-#ifdef __GNUG__
-#pragma interface
-#endif
@@ -141,6 +138,9 @@ extern visplane_t* ceilingplane;
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.3 2005/07/23 18:56:07 fraggle
+// Remove unneccessary pragmas
+//
// Revision 1.2 2005/07/23 16:44:56 fraggle
// Update copyright to GNU GPL
//