[Bf-blender-cvs] [fe42ceb] master: Cleanup: unused

Campbell Barton noreply at git.blender.org
Fri Sep 26 02:35:24 CEST 2014


Commit: fe42ceb281f7a6b9b5cc65bfd687965bbaadb21b
Author: Campbell Barton
Date:   Fri Sep 26 10:34:20 2014 +1000
Branches: master
https://developer.blender.org/rBfe42ceb281f7a6b9b5cc65bfd687965bbaadb21b

Cleanup: unused

===================================================================

M	source/blender/modifiers/intern/MOD_skin.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_skin.c b/source/blender/modifiers/intern/MOD_skin.c
index dd56881..1e42280 100644
--- a/source/blender/modifiers/intern/MOD_skin.c
+++ b/source/blender/modifiers/intern/MOD_skin.c
@@ -328,6 +328,8 @@ static bool build_hull(SkinOutput *so, Frame **frames, int totframe)
 
 	return true;
 #else
+	(void)so, (void)frames, (void)totframe;
+	(void)skin_frame_find_contained_faces;
 	return false;
 #endif
 }




More information about the Bf-blender-cvs mailing list