code cleanup: tag unused vars

This commit is contained in:
2012-05-01 18:57:32 +00:00
parent 933b3166fc
commit 657e62c912
3 changed files with 2 additions and 3 deletions

View File

@@ -1126,7 +1126,7 @@ void ED_objects_recalculate_paths(bContext *C, Scene *scene)
}
/* show popup to determine settings */
static int object_calculate_paths_invoke(bContext *C, wmOperator *op, wmEvent *evt)
static int object_calculate_paths_invoke(bContext *C, wmOperator *op, wmEvent *UNUSED(event))
{
Object *ob = CTX_data_active_object(C);