summaryrefslogtreecommitdiff
path: root/src/win95
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95')
-rw-r--r--src/win95/platform.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/win95/platform.h b/src/win95/platform.h
index ec5085b..0c3bcab 100644
--- a/src/win95/platform.h
+++ b/src/win95/platform.h
@@ -596,21 +596,6 @@ typedef enum {
#define gt3poly_vsize 6
-
-/*
-
- Triangle Array Structure
-
-*/
-
-typedef struct trianglearray {
-
- int TA_NumTriangles;
- int *TA_ItemPtr;
- int *TA_TriangleArray[maxarrtriangles];
-
-} TRIANGLEARRAY;
-
/*
Function prototypes
*/