summaryrefslogtreecommitdiff
path: root/src/i_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_net.h')
-rw-r--r--src/i_net.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/i_net.h b/src/i_net.h
index 56bc7b3c..7e255dda 100644
--- a/src/i_net.h
+++ b/src/i_net.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: i_net.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: i_net.h 18 2005-07-23 18:56:07Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -31,9 +31,6 @@
#define __I_NET__
-#ifdef __GNUG__
-#pragma interface
-#endif
@@ -48,6 +45,9 @@ void I_NetCmd (void);
//-----------------------------------------------------------------------------
//
// $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
//