From 162621c09aea783d9a60e65e72cff82b49cd1096 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 14 Feb 2010 23:53:04 +0000 Subject: [PATCH] J : * Remove a now-useless #define --- JGE/src/JGE.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/JGE/src/JGE.cpp b/JGE/src/JGE.cpp index e42c68445..877dbaced 100644 --- a/JGE/src/JGE.cpp +++ b/JGE/src/JGE.cpp @@ -70,10 +70,6 @@ u8 JGE::GetAnalogY() #endif -#ifndef NAN -#define NAN Single::NaN -#endif - static map holds; static map oldHolds; #define REPEAT_DELAY 0.5