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:
authorJoshua Leung <aligorith@gmail.com>2007-12-10 11:53:15 +0300
committerJoshua Leung <aligorith@gmail.com>2007-12-10 11:53:15 +0300
commit6e6dccd2ad46dd0308948a5c029694dd75115c16 (patch)
tree3146332625e81ba3a0d6d677b544c7d5fbf78218 /source/blender/src/drawarmature.c
parentb3d0478fa22b1a9ba0d6b6a9fd4f3c460c420070 (diff)
Fixing compiler warnings, and bad button placement from previous commit for ghosting. Also general code tidying in editaction.c
Diffstat (limited to 'source/blender/src/drawarmature.c')
-rw-r--r--source/blender/src/drawarmature.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/drawarmature.c b/source/blender/src/drawarmature.c
index 0d747fead9a..9ec688b5d8d 100644
--- a/source/blender/src/drawarmature.c
+++ b/source/blender/src/drawarmature.c
@@ -1944,7 +1944,6 @@ static void ghost_poses_tag_unselected(Object *ob, short unset)
bArmature *arm= ob->data;
bPose *pose= ob->pose;
bPoseChannel *pchan;
- Bone *bone;
/* don't do anything if no hiding any bones */
if ((arm->flag & ARM_GHOST_ONLYSEL)==0)