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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2014-05-20 07:52:05 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2014-05-20 07:52:05 +0400
commite18a9440cc41f5063400403d965ee06d80423acc (patch)
tree369c990acf6a82f62f4e183556dc82b262c6525c
parent078884e2399d9327f8c6af944b5df5454dd202fb (diff)
warning fix: removed unused function f_to_char
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c7
1 files changed, 0 insertions, 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,