From b11f29c8ac136888bbdef6d5cc2d481a5692d6ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 Mar 2011 07:56:29 +0000 Subject: clear some c++ warnings. --- source/blender/ikplugin/intern/itasc_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/ikplugin/intern') diff --git a/source/blender/ikplugin/intern/itasc_plugin.cpp b/source/blender/ikplugin/intern/itasc_plugin.cpp index dbd7c7dbf14..a456e18498b 100644 --- a/source/blender/ikplugin/intern/itasc_plugin.cpp +++ b/source/blender/ikplugin/intern/itasc_plugin.cpp @@ -860,13 +860,11 @@ static int convert_channels(IK_Scene *ikscene, PoseTree *tree) { IK_Channel *ikchan; bPoseChannel *pchan; - Bone *bone; int a, flag, njoint; njoint = 0; for(a=0, ikchan = ikscene->channels; anumchan; ++a, ++ikchan) { pchan= tree->pchan[a]; - bone= pchan->bone; ikchan->pchan = pchan; ikchan->parent = (a>0) ? tree->parent[a] : -1; ikchan->owner = ikscene->blArmature; -- cgit v1.2.3