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/vdb.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/vdb.c') diff --git a/src/vdb.c b/src/vdb.c index 983497f..7244ebd 100644 --- a/src/vdb.c +++ b/src/vdb.c @@ -10,11 +10,6 @@ */ - #if platform_pc - extern int sine[]; - extern int cosine[]; - #endif - #if SupportWindows95 extern int ScanDrawMode; #endif -- cgit v1.3