From 48b1656a6cce6fd7606a671eea9d0d17b67d7445 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 23 Nov 2015 15:44:15 +1100 Subject: Cleanup: shadowing (editors) --- source/blender/editors/space_graph/graph_edit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/graph_edit.c b/source/blender/editors/space_graph/graph_edit.c index ec0fdd62f71..5011b03955b 100644 --- a/source/blender/editors/space_graph/graph_edit.c +++ b/source/blender/editors/space_graph/graph_edit.c @@ -354,7 +354,6 @@ static void create_ghost_curves(bAnimContext *ac, int start, int end) FPoint *fpt; float unitFac, offset; int cfra; - SpaceIpo *sipo = (SpaceIpo *) ac->sl; short mapping_flag = ANIM_get_normalization_flags(ac); /* disable driver so that it don't muck up the sampling process */ -- cgit v1.2.3