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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-07 14:35:37 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-07 21:41:02 +0300
commit8ca43a0c7b140fd40185b27e52884e5b79d79346 (patch)
tree5adaa6efb679d0bdedb936ffdb5a262262a7a3f0 /source/blender/editors/sculpt_paint/paint_image.c
parent99ac2dea35c5895fb65fc121e3f71799b238cb57 (diff)
Cleanup: remove unused parameter.
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_image.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c
index 9d90b6fcd5f..711571497e5 100644
--- a/source/blender/editors/sculpt_paint/paint_image.c
+++ b/source/blender/editors/sculpt_paint/paint_image.c
@@ -1122,7 +1122,7 @@ static int texture_paint_toggle_exec(bContext *C, wmOperator *op)
if (!sima->pin) {
Object *obedit = CTX_data_edit_object(C);
- ED_space_image_set(bmain, sima, scene, obedit, ima);
+ ED_space_image_set(bmain, sima, obedit, ima);
}
}
}