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:
Diffstat (limited to 'source/blender/editors/space_action/action_buttons.c')
-rw-r--r--source/blender/editors/space_action/action_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/action_buttons.c b/source/blender/editors/space_action/action_buttons.c
index a3112f1ad15..063a477d2b6 100644
--- a/source/blender/editors/space_action/action_buttons.c
+++ b/source/blender/editors/space_action/action_buttons.c
@@ -74,7 +74,7 @@
/* ******************* general ******************************** */
-void action_buttons_register(ARegionType *art)
+void action_buttons_register(ARegionType *UNUSED(art))
{
#if 0
PanelType *pt;