summaryrefslogtreecommitdiff
path: root/src/win95/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/platform.h')
-rw-r--r--src/win95/platform.h3
1 files changed, 0 insertions, 3 deletions
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]