[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39327] branches/soc-2011-pepper/source/ blender/editors/space_graph/graph_buttons.c: Fixing compiler warning

Joshua Leung aligorith at gmail.com
Fri Aug 12 09:21:45 CEST 2011


Revision: 39327
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39327
Author:   aligorith
Date:     2011-08-12 07:21:44 +0000 (Fri, 12 Aug 2011)
Log Message:
-----------
Fixing compiler warning

Modified Paths:
--------------
    branches/soc-2011-pepper/source/blender/editors/space_graph/graph_buttons.c

Modified: branches/soc-2011-pepper/source/blender/editors/space_graph/graph_buttons.c
===================================================================
--- branches/soc-2011-pepper/source/blender/editors/space_graph/graph_buttons.c	2011-08-12 07:20:49 UTC (rev 39326)
+++ branches/soc-2011-pepper/source/blender/editors/space_graph/graph_buttons.c	2011-08-12 07:21:44 UTC (rev 39327)
@@ -257,7 +257,6 @@
 /* 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 




More information about the Bf-blender-cvs mailing list