From c80b1f54108b8d3491830b0667db4798fd751728 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Jan 2018 21:02:27 +1100 Subject: Cleanup: warning, spelling --- source/blender/editors/sculpt_paint/sculpt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index 2468f273a04..696267a0e8e 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -5596,7 +5596,6 @@ static void sculpt_init_session(Scene *scene, Object *ob) static int sculpt_mode_toggle_exec(bContext *C, wmOperator *op) { Scene *scene = CTX_data_scene(C); - ToolSettings *ts = CTX_data_tool_settings(C); Object *ob = CTX_data_active_object(C); const int mode_flag = OB_MODE_SCULPT; const bool is_mode_set = (ob->mode & mode_flag) != 0; -- cgit v1.2.3