comment unused vars

This commit is contained in:
2012-01-09 22:18:04 +00:00
parent 0e4e608b71
commit 0e4f4acc2f
4 changed files with 9 additions and 4 deletions

View File

@@ -1046,6 +1046,8 @@ void GRAPH_OT_bake (wmOperatorType *ot)
// todo: add props for start/end frames
}
#ifdef WITH_AUDASPACE
/* ******************** Sound Bake F-Curve Operator *********************** */
/* This operator bakes the given sound to the selected F-Curves */
@@ -1078,7 +1080,6 @@ static float fcurve_samplingcb_sound (FCurve *UNUSED(fcu), void *data, float eva
/* ------------------- */
#ifdef WITH_AUDASPACE
static int graphkeys_sound_bake_exec(bContext *C, wmOperator *op)
{
bAnimContext ac;