just silenced a warning, thx kaito for pointing it out

This commit is contained in:
Michael Fox
2008-12-28 10:49:58 +00:00
parent c8d38e7305
commit f7a29be3b8

View File

@@ -1658,7 +1658,7 @@ static EnumPropertyItem prop_select_object_types[] = {
{0, NULL, NULL, NULL}
};
static int view3d_select_by_type_exec(bContext *C, wmOperator *op, wmEvent *event)
static int view3d_select_by_type_exec(bContext *C, wmOperator *op)
{
ScrArea *sa= CTX_wm_area(C);
ARegion *ar= CTX_wm_region(C);