about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2008-02-02 11:10:46 +0000
committerJakob Fries <jakob.fries@gmail.com>2008-02-02 11:10:46 +0000
commit307c2cfae8fd678b10235bdc0c1a8cfc7da6adae (patch)
treea4700c1fb51fa29cf0c49160c6dca359483d9187 /src
parente2de77ea14d131ac4a92ed2f947d7b34715886fa (diff)
downloadzcatch-307c2cfae8fd678b10235bdc0c1a8cfc7da6adae.tar.gz
zcatch-307c2cfae8fd678b10235bdc0c1a8cfc7da6adae.zip
removed redudant constant
Diffstat (limited to 'src')
-rw-r--r--src/game/client/gc_console.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/client/gc_console.cpp b/src/game/client/gc_console.cpp
index f6e881df..b8f090ea 100644
--- a/src/game/client/gc_console.cpp
+++ b/src/game/client/gc_console.cpp
@@ -16,10 +16,6 @@ extern "C" {
 
 #include "../g_version.h"
 
-#ifndef M_PI
-#define M_PI 3.14159265358979323846
-#endif
-
 enum
 {
 	CONSOLE_CLOSED,