From e18a9440cc41f5063400403d965ee06d80423acc Mon Sep 17 00:00:00 2001 From: Jason Wilkins Date: Mon, 19 May 2014 22:52:05 -0500 Subject: warning fix: removed unused function f_to_char --- source/blender/editors/sculpt_paint/paint_image_proj.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c index e3484581e11..f00153fee66 100644 --- a/source/blender/editors/sculpt_paint/paint_image_proj.c +++ b/source/blender/editors/sculpt_paint/paint_image_proj.c @@ -104,13 +104,6 @@ #include "paint_intern.h" -/* Defines and Structs */ -/* FTOCHAR as inline function */ -BLI_INLINE unsigned char f_to_char(const float val) -{ - return FTOCHAR(val); -} - /* ProjectionPaint defines */ /* approx the number of buckets to have under the brush, -- cgit v1.2.3