From 380929624ca1d3d48de6e93ba321742bced3ee12 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 14 Oct 2010 09:31:14 +0000 Subject: Move MAXFLOAT to BLI_math_base.h --- source/blender/editors/include/ED_types.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/editors/include/ED_types.h') diff --git a/source/blender/editors/include/ED_types.h b/source/blender/editors/include/ED_types.h index 96a5d5857fa..1887a97e635 100644 --- a/source/blender/editors/include/ED_types.h +++ b/source/blender/editors/include/ED_types.h @@ -35,11 +35,6 @@ #define SELECT 1 #define ACTIVE 2 -/* nonstandard define, sometimes in math.h */ -#ifndef MAXFLOAT -#define MAXFLOAT ((float)3.40282347e+38) -#endif - /* buttons */ #define XIC 20 #define YIC 20 -- cgit v1.2.3