summaryrefslogtreecommitdiff
path: root/src/win95
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-08-08 22:42:43 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit45cf2eb3a194d53ccdd05a75b46e472a01359abf (patch)
tree224ba4ba67816976e987030111e29916f43598b3 /src/win95
parenta113617c026d00770c0a01b292386bd1857f5a6a (diff)
Added simple key event processing.
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
*/