summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-05-04 20:47:08 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit5d3725f9d972cde917ab9b076cb0b89b33557c7a (patch)
tree7378f5fac1dc90fd3d8f52f02db25714010f8912 /src/include
parent9b449609fac7b23f2f9655ce2d766f1f56679ba4 (diff)
Removed a lot of tool code.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/module.h9
-rw-r--r--src/include/prototyp.h18
-rw-r--r--src/include/shape.h29
3 files changed, 1 insertions, 55 deletions
diff --git a/src/include/module.h b/src/include/module.h
index ac68355..b4b65d0 100644
--- a/src/include/module.h
+++ b/src/include/module.h
@@ -165,15 +165,6 @@ typedef struct modulemapblock {
int MapInteriorType;
- #if InterfaceEngine
-
- /* This will point to the Object_Chunk, it will have to be */
- /* cast within C++ though */
-
- void * o_chunk;
-
- #endif
-
int MapLightType; /* See LIGHTTYPES */
diff --git a/src/include/prototyp.h b/src/include/prototyp.h
index 71095b7..820524b 100644
--- a/src/include/prototyp.h
+++ b/src/include/prototyp.h
@@ -347,15 +347,6 @@ typedef struct mapblock6 {
int MapInteriorType;
- #if InterfaceEngine
-
- /* This will point to the Object_Chunk, it will have to be */
- /* cast within C++ though */
-
- void * o_chunk;
-
- #endif
-
} MAPBLOCK6;
@@ -385,15 +376,6 @@ typedef struct mapblock7 {
int MapInteriorType;
- #if InterfaceEngine
-
- /* This will point to the Object_Chunk, it will have to be */
- /* cast within C++ though */
-
- void * o_chunk;
-
- #endif
-
int MapLightType; /* See LIGHTTYPES */
diff --git a/src/include/shape.h b/src/include/shape.h
index 2f4981f..cc5e986 100644
--- a/src/include/shape.h
+++ b/src/include/shape.h
@@ -475,25 +475,6 @@ typedef struct polyheader {
} POLYHEADER;
-#if InterfaceEngine
-
-/*
-
- Little structure for use creating
- merge lists
-
-*/
-
-typedef struct merged_poly
-{
- int other_poly;
- int num_verts;
- int vert_ind[4];
-} MERGED_POLY;
-
-#endif
-
-
/*
@@ -518,15 +499,7 @@ typedef struct merged_poly
#define iflag_no_bfc 0x00000020 /* No Back Face Cull */
#define iflag_hazing 0x00000040 /* Haze / Depth Cue colour */
-#if InterfaceEngine
-
- #define iflag_selected 0x00000080 /* It's a tools thing */
-
-#else
-
- #define iflag_zbuffer_w 0x00000080 /* Z-Buffer, Write-Only */
-
-#endif /* InterfaceEngine */
+#define iflag_zbuffer_w 0x00000080 /* Z-Buffer, Write-Only */
#define iflag_shadingtable 0x00000100 /* Hue is a table index */
#define iflag_tab_gour_8 0x00000200 /* Gour. for 8-bit modes uses tab. */