code cleanup: remove unused arg

This commit is contained in:
2013-02-22 00:51:58 +00:00
parent 51f22e639e
commit 2c084e280d
8 changed files with 15 additions and 15 deletions

View File

@@ -1146,7 +1146,7 @@ void ED_object_constraint_update(Object *ob)
DAG_id_tag_update(&ob->id, OB_RECALC_OB);
}
void ED_object_constraint_dependency_update(Main *bmain, Scene *scene, Object *ob)
void ED_object_constraint_dependency_update(Main *bmain, Object *ob)
{
ED_object_constraint_update(ob);