diff options
Diffstat (limited to 'src/kshape.c')
| -rw-r--r-- | src/kshape.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kshape.c b/src/kshape.c index dd20815..299b3b8 100644 --- a/src/kshape.c +++ b/src/kshape.c @@ -139,8 +139,6 @@ void DrawWaterFallPoly(VECTORCH *v); * they will end up in high memory on the Saturn. * ************************************************************************************KJL*/ -VECTORCH Global_LightVector={1,}; - /* Global variables and arrays */ @@ -160,10 +158,6 @@ VECTORCH MorphedPts[maxmorphPts]; #endif /* SupportMorphing */ -#if Saturn -extern int PolygonSubdivideEntry(POLYHEADER* itemptr); -#endif - static COLOURINTENSITIES ColourIntensityArray[maxrotpts]; |
