diff --git a/Source/Random.m b/Source/Random.m index 2825b7a18..3becdc90c 100644 --- a/Source/Random.m +++ b/Source/Random.m @@ -33,8 +33,6 @@ #include #include -#define ABS(x) ((x) < 0 ? -x : x) - typedef union { float f; unsigned long u;