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:
Diffstat (limited to 'source/blender/src/buttons.c')
-rw-r--r--source/blender/src/buttons.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/buttons.c b/source/blender/src/buttons.c
index 6aa26548926..d72d3393cc2 100644
--- a/source/blender/src/buttons.c
+++ b/source/blender/src/buttons.c
@@ -6497,7 +6497,6 @@ static void activate_constraint_ipo_func (void *arg1v, void *unused)
bConstraint *con = arg1v;
bConstraintChannel *chan;
ListBase *conbase;
- Ipo *ipo = NULL;
get_constraint_client(NULL, NULL, NULL);
@@ -6525,7 +6524,6 @@ static void activate_constraint_ipo_func (void *arg1v, void *unused)
allqueue(REDRAWIPO, 0);
allqueue(REDRAWNLA, 0);
-
}
static void del_constraint_func (void *arg1v, void *arg2v)