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/win95/platform.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/win95/platform.h') diff --git a/src/win95/platform.h b/src/win95/platform.h index f8f6331..d93366a 100644 --- a/src/win95/platform.h +++ b/src/win95/platform.h @@ -37,9 +37,6 @@ typedef struct LONGLONGCH { */ -extern int sine[]; -extern int cosine[]; - #define GetSin(a) sine[a] #define GetCos(a) cosine[a] -- cgit v1.3