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:
authorCampbell Barton <ideasman42@gmail.com>2012-01-10 02:18:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-10 02:18:04 +0400
commit0e4f4acc2fc0801145ffb065d0309b57e2a7c2f3 (patch)
treef72a8f0de0ee7d3c97a500d4614362973be94395 /source/blender/editors/sound
parent0e4e608b710b0e65ece073e9cf2887aac2f3fd54 (diff)
comment unused vars
Diffstat (limited to 'source/blender/editors/sound')
-rw-r--r--source/blender/editors/sound/sound_ops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/sound/sound_ops.c b/source/blender/editors/sound/sound_ops.c
index 8eb1f08b5b0..a82d75e6ce7 100644
--- a/source/blender/editors/sound/sound_ops.c
+++ b/source/blender/editors/sound/sound_ops.c
@@ -365,6 +365,8 @@ static int sound_mixdown_invoke(bContext *C, wmOperator *op, wmEvent *event)
return WM_operator_filesel(C, op, event);
}
+#ifdef WITH_AUDASPACE
+
static int sound_mixdown_draw_check_prop(PointerRNA *UNUSED(ptr), PropertyRNA *prop)
{
const char *prop_id= RNA_property_identifier(prop);
@@ -374,7 +376,6 @@ static int sound_mixdown_draw_check_prop(PointerRNA *UNUSED(ptr), PropertyRNA *p
);
}
-#ifdef WITH_AUDASPACE
static void sound_mixdown_draw(bContext *C, wmOperator *op)
{
static EnumPropertyItem pcm_format_items[] = {