use UNUSED in some more function args, no functional changes.

This commit is contained in:
2011-05-04 04:00:53 +00:00
parent 41dbd19b4d
commit b5c2598a6b
3 changed files with 11 additions and 17 deletions

View File

@@ -840,7 +840,7 @@ void RENDER_OT_render(wmOperatorType *ot)
/* *********************** cancel render viewer *************** */
static int render_view_cancel_exec(bContext *C, wmOperator *UNUSED(unused))
static int render_view_cancel_exec(bContext *C, wmOperator *UNUSED(op))
{
wmWindow *win= CTX_wm_window(C);
ScrArea *sa= CTX_wm_area(C);
@@ -887,7 +887,7 @@ void RENDER_OT_view_cancel(struct wmOperatorType *ot)
/* *********************** show render viewer *************** */
static int render_view_show_invoke(bContext *C, wmOperator *UNUSED(unused), wmEvent *event)
static int render_view_show_invoke(bContext *C, wmOperator *UNUSED(op), wmEvent *event)
{
wmWindow *wincur = CTX_wm_window(C);