Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2008-11-04 04:05:44 +0300
committerAndre Susano Pinto <andresusanopinto@gmail.com>2008-11-04 04:05:44 +0300
commitca80578e4ee67280764aeaf4f562afe2bbc7519c (patch)
tree88bd29eac5f697f7c59c37c9dc86d0944abdcd7f /source/blender/src
parent1f83dffeb49da9767fd1a35bb895e4c5b20636da (diff)
Simple warning fixes
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/reeb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/reeb.c b/source/blender/src/reeb.c
index 5f80a2c7227..b37087064cb 100644
--- a/source/blender/src/reeb.c
+++ b/source/blender/src/reeb.c
@@ -69,8 +69,6 @@
#include "reeb.h"
-/* REPLACE WITH NEW ONE IN UTILDEFINES ONCE PATCH IS APPLIED */
-#define FTOCHAR(val) (val<=0.0f)? 0 : ((val>(1.0f-0.5f/255.0f))? 255 : (char)((255.0f*val)+0.5f))
ReebGraph *GLOBAL_RG = NULL;
ReebGraph *FILTERED_RG = NULL;