summaryrefslogtreecommitdiff
path: root/src/include/shape.h
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/shape.h
parent9b449609fac7b23f2f9655ce2d766f1f56679ba4 (diff)
Removed a lot of tool code.
Diffstat (limited to 'src/include/shape.h')
-rw-r--r--src/include/shape.h29
1 files changed, 1 insertions, 28 deletions
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. */