From c3cc5eb87891c06b636409342fd86e4d8893c549 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 27 Apr 2008 01:45:21 -0700 Subject: Made sin/cos tables const. Made the sin/cos/arcsin/arccos tables const and removed the redundant externs that were scattered about. --- src/kshape.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/kshape.c') diff --git a/src/kshape.c b/src/kshape.c index 2202c17..dd20815 100644 --- a/src/kshape.c +++ b/src/kshape.c @@ -133,14 +133,6 @@ void FindZFromXYIntersection(VECTORCH *startPtr, VECTORCH *directionPtr, VECTORC void AddToTranslucentPolyList(POLYHEADER *inputPolyPtr,RENDERVERTEX *renderVerticesPtr); void DrawWaterFallPoly(VECTORCH *v); -#if platform_pc -extern int sine[]; -extern int cosine[]; -#endif - - -//extern int ItemCount; - /*KJL************************************************************************************ * N.B. All the following global variables have their first elements initialised so that * -- cgit v1.3