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>2011-08-12 11:21:44 +0400
committerJoshua Leung <aligorith@gmail.com>2011-08-12 11:21:44 +0400
commitebbd232555d9671161539a6d758bc789546d5ffb (patch)
treebf625a3fbea716eb7ffeee795e404d099a18a5c8 /source/blender/editors/space_graph
parentdb72192c22787fdf99bc7b20c6864b37b8e871f4 (diff)
Fixing compiler warning
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_buttons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_buttons.c b/source/blender/editors/space_graph/graph_buttons.c
index d8fd53b83d8..c713bc54d25 100644
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@ -257,7 +257,6 @@ static void graphedit_activekey_update_cb(bContext *UNUSED(C), void *fcu_ptr, vo
/* update callback for active keyframe properties - handle-editing wrapper */
static void graphedit_activekey_handles_cb(bContext *C, void *fcu_ptr, void *bezt_ptr)
{
- FCurve *fcu = (FCurve *)fcu_ptr;
BezTriple *bezt = (BezTriple *)bezt_ptr;
/* since editing the handles, make sure they're set to types which are receptive to editing