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>2011-01-11 03:21:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-11 03:21:43 +0300
commit571ad40e48d9ad195f58f4f6c5279f0292ad0b95 (patch)
treed976d8d24198c1b2d1e8ac76d9f039f35e247bc5 /source/blender/editors/animation/anim_channels_defines.c
parentdbb67b4d4c90e80810168a5938b4d9840dfccbbf (diff)
tag unused vars.
Diffstat (limited to 'source/blender/editors/animation/anim_channels_defines.c')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 66f574a4b70..3e0332d96b0 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -2408,7 +2408,7 @@ static bAnimChannelType ACF_SHAPEKEY=
/* GPencil Datablock ------------------------------------------- */
/* get backdrop color for gpencil datablock widget */
-static void acf_gpd_color(bAnimContext *UNUSED(ac), bAnimListElem *ale, float *color)
+static void acf_gpd_color(bAnimContext *UNUSED(ac), bAnimListElem *UNUSED(ale), float *color)
{
/* highlight only for datablock channels */
//if (ale->flag & AGRP_ACTIVE)
@@ -2424,7 +2424,7 @@ static int acf_gpd_icon(bAnimListElem *UNUSED(ale))
}
/* check if some setting exists for this channel */
-static short acf_gpd_setting_valid(bAnimContext *ac, bAnimListElem *UNUSED(ale), int setting)
+static short acf_gpd_setting_valid(bAnimContext *UNUSED(ac), bAnimListElem *UNUSED(ale), int setting)
{
switch (setting) {
/* only select and expand supported */
@@ -2438,7 +2438,7 @@ static short acf_gpd_setting_valid(bAnimContext *ac, bAnimListElem *UNUSED(ale),
}
/* get the appropriate flag(s) for the setting when it is valid */
-static int acf_gpd_setting_flag(bAnimContext *ac, int setting, short *neg)
+static int acf_gpd_setting_flag(bAnimContext *UNUSED(ac), int setting, short *neg)
{
/* clear extra return data first */
*neg= 0;
@@ -2494,7 +2494,7 @@ static void acf_gpl_name(bAnimListElem *ale, char *name)
}
/* check if some setting exists for this channel */
-static short acf_gpl_setting_valid(bAnimContext *ac, bAnimListElem *ale, int setting)
+static short acf_gpl_setting_valid(bAnimContext *UNUSED(ac), bAnimListElem *UNUSED(ale), int setting)
{
switch (setting) {
/* unsupported */