summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2009-12-17 06:08:20 +0000
committerSam Lantinga <slouken@libsdl.org>2009-12-17 06:08:20 +0000
commitb634dea37a2a68a90efd44baa7f6ec6bf1badbb6 (patch)
treee516d154711b2e7b65d0d4b18a4228a898ae5a73 /test
parent8df92cace1e57b9bc16a01b34e6fa0b78557168c (diff)
Fixed bug #841
The redefinition of M_PI is no longer necessary... --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404338
Diffstat (limited to 'test')
-rw-r--r--test/testpalette.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/testpalette.c b/test/testpalette.c
index b61a75a8..f9a2a7eb 100644
--- a/test/testpalette.c
+++ b/test/testpalette.c
@@ -10,11 +10,6 @@
#include <string.h>
#include <math.h>
-/* This isn't in the Windows headers */
-#ifndef M_PI
-#define M_PI 3.14159265358979323846
-#endif
-
#include "SDL.h"
/* screen size */