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:
authorSybren A. Stüvel <sybren@blender.org>2019-10-01 13:55:11 +0300
committerSybren A. Stüvel <sybren@blender.org>2019-10-01 13:55:25 +0300
commitf983606063c68c5edb0921f999f1c4fe3f80a28e (patch)
tree0f191730800a13601485af2b1fd59422f8833228 /source/blender/editors/animation/drivers.c
parente82ac9e596de98d8b0fcae0c7f10ef87fe2cdd50 (diff)
Cleanup: remove unused variables
Diffstat (limited to 'source/blender/editors/animation/drivers.c')
-rw-r--r--source/blender/editors/animation/drivers.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index 121683be407..61c8da08954 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -120,9 +120,6 @@ struct FCurve *alloc_driver_fcurve(const char rna_path[],
fcu->array_index = array_index;
if (!ELEM(creation_mode, DRIVER_FCURVE_LOOKUP_ONLY, DRIVER_FCURVE_EMPTY)) {
- BezTriple *bezt;
- size_t i;
-
/* add some new driver data */
fcu->driver = MEM_callocN(sizeof(ChannelDriver), "ChannelDriver");