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:
authorJeroen Bakker <jeroen@blender.org>2022-04-15 09:38:56 +0300
committerJeroen Bakker <jeroen@blender.org>2022-04-15 09:38:56 +0300
commit5ba160ce96c68ddbfde1d34c7993a8e2f9db4935 (patch)
tree34258a08fdedc526e7a7893d03e4f4c67ca60e15
parent9daf4a8040d2860479bd09c999327646386d1956 (diff)
Removed lock attribute from ImageData struct.
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_paint_image.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_paint_image.cc b/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
index 3030b6674c0..2ad4fc9172e 100644
--- a/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
@@ -35,7 +35,6 @@ using namespace blender::bke::pbvh::pixels;
using namespace blender::bke::image;
struct ImageData {
- void *lock = nullptr;
Image *image = nullptr;
ImageUser *image_user = nullptr;