diff options
author | Simon Howard | 2005-07-23 18:56:07 +0000 |
---|---|---|
committer | Simon Howard | 2005-07-23 18:56:07 +0000 |
commit | 5d20ead2d8367889a9c66b625d225fadd3263d0a (patch) | |
tree | ea904298e4d4e6f638b65ce303f1143e0264745e /src/r_plane.h | |
parent | 1df9202dbf484818cb46ba94e30b37af5a1cce60 (diff) | |
download | chocolate-doom-5d20ead2d8367889a9c66b625d225fadd3263d0a.tar.gz chocolate-doom-5d20ead2d8367889a9c66b625d225fadd3263d0a.tar.bz2 chocolate-doom-5d20ead2d8367889a9c66b625d225fadd3263d0a.zip |
Remove unneccessary pragmas
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 18
Diffstat (limited to 'src/r_plane.h')
-rw-r--r-- | src/r_plane.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/r_plane.h b/src/r_plane.h index d1200683..9a533667 100644 --- a/src/r_plane.h +++ b/src/r_plane.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: r_plane.h 8 2005-07-23 16:44:57Z fraggle $ +// $Id: r_plane.h 18 2005-07-23 18:56:07Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -33,9 +33,6 @@ #include "r_data.h" -#ifdef __GNUG__ -#pragma interface -#endif // Visplane related. @@ -90,6 +87,9 @@ R_CheckPlane //----------------------------------------------------------------------------- // // $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 // |