From ec98d8cc9e34b3b4c8b5e73997e708276775c20a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 5 Jul 2018 16:55:25 +0200 Subject: Cleanup: Undefined function declarations --- source/blender/editors/physics/particle_edit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/physics') diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c index e637a58e8c6..a08e35d08a7 100644 --- a/source/blender/editors/physics/particle_edit.c +++ b/source/blender/editors/physics/particle_edit.c @@ -4809,8 +4809,6 @@ static int particle_edit_toggle_exec(bContext *C, wmOperator *op) WM_event_add_notifier(C, NC_SCENE|ND_MODE|NS_MODE_OBJECT, NULL); } - // ED_workspace_object_mode_sync_from_object(wm, workspace, ob); - DEG_id_tag_update(&ob->id, OB_RECALC_DATA | DEG_TAG_COPY_ON_WRITE); WM_msg_publish_rna_prop(mbus, &ob->id, ob, Object, mode); -- cgit v1.2.3