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>2008-03-05 06:59:44 +0300
committerJoshua Leung <aligorith@gmail.com>2008-03-05 06:59:44 +0300
commitdb85f0f39a38366ba55df5a27906bff8e87395d7 (patch)
treef5971178d4023580c9b43e65562230514cdcedd1 /source/blender/src/editaction.c
parentf588900909ba84efe17126ad5d6574cfe397d59e (diff)
* Patch by Leandro Inocencio (cesio) to redraw Action Editor after hiding/unhiding bones
* Fixes for compiler warnings
Diffstat (limited to 'source/blender/src/editaction.c')
-rw-r--r--source/blender/src/editaction.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/editaction.c b/source/blender/src/editaction.c
index 8032adcf975..4b5f2d1cbce 100644
--- a/source/blender/src/editaction.c
+++ b/source/blender/src/editaction.c
@@ -3919,7 +3919,6 @@ void expand_obscuregroups_action (void)
bAction *act;
bActionChannel *achan;
- short mode= 1;
/* Get the selected action, exit if none are selected */
data = get_action_context(&datatype);