Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-07-05 17:55:25 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-07-05 17:56:47 +0300
commitec98d8cc9e34b3b4c8b5e73997e708276775c20a (patch)
tree0490e9f9d138a1dfb7bfd4f6bc73cc0b7c4fc4ff /source/blender/editors/sculpt_paint
parentd192d723123add1dde3e9f7e9458aefcafb7e7d2 (diff)
Cleanup: Undefined function declarations
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 946757d5d20..baaa2d638a3 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -5738,8 +5738,6 @@ void ED_object_sculptmode_enter_ex(
}
}
- // ED_workspace_object_mode_sync_from_object(bmain->wm.first, workspace, ob);
-
/* Flush object mode. */
DEG_id_tag_update(&ob->id, DEG_TAG_COPY_ON_WRITE);
}
@@ -5790,8 +5788,6 @@ void ED_object_sculptmode_exit_ex(
/* Leave sculptmode */
ob->mode &= ~mode_flag;
- // ED_workspace_object_mode_sync_from_object(G_MAIN->wm.first, workspace, ob);
-
BKE_sculptsession_free(ob);
paint_cursor_delete_textures();