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:
authorCampbell Barton <ideasman42@gmail.com>2014-09-26 04:34:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-09-26 04:34:20 +0400
commitfe42ceb281f7a6b9b5cc65bfd687965bbaadb21b (patch)
tree2910019d4beb6bb12e690f22bb0940b018488d77 /source/blender/modifiers/intern/MOD_skin.c
parentff4a867dc0383faa576a98a709a0abc45c8c3705 (diff)
Cleanup: unused
Diffstat (limited to 'source/blender/modifiers/intern/MOD_skin.c')
-rw-r--r--source/blender/modifiers/intern/MOD_skin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_skin.c b/source/blender/modifiers/intern/MOD_skin.c
index dd5688134ec..1e422806d80 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
}