From 307c2cfae8fd678b10235bdc0c1a8cfc7da6adae Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Sat, 2 Feb 2008 11:10:46 +0000 Subject: removed redudant constant --- src/game/client/gc_console.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game') 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, -- cgit 1.4.1