project_files/hwc/rtl/system.c
branchwebgl
changeset 8047 25a4daa6473c
parent 7983 02f36c3e7f6c
child 8053 2e836bebb518
--- a/project_files/hwc/rtl/system.c	Tue Nov 13 22:24:30 2012 +0100
+++ b/project_files/hwc/rtl/system.c	Tue Nov 13 23:39:49 2012 +0100
@@ -3,13 +3,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <wchar.h>
-#include <math.h>
 
 int paramCount;
 string255 params[MAX_PARAMS];
 
-double pi = M_PI;
-
 string255 fpcrtl_copy(string255 s, Integer index, Integer count) {
     string255 result = STRINIT("");