From f983606063c68c5edb0921f999f1c4fe3f80a28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 1 Oct 2019 12:55:11 +0200 Subject: Cleanup: remove unused variables --- source/blender/editors/animation/drivers.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/editors/animation/drivers.c') 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"); -- cgit v1.2.3