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:
authorJoseph Eagar <joeedh@gmail.com>2021-12-20 22:30:29 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-12-20 22:30:29 +0300
commit399f84d479ca16cc9d3368e17edb190bf9f07faf (patch)
tree74434f7f70a02bd327115519a7ff0f76e3fba3a4 /source/blender/editors/sculpt_paint/sculpt.c
parentd93dd8595103ea0c0d483e90381f398bbeecf675 (diff)
Run clang-format
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 19189fdc6c9..ea13bb7adca 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -2775,7 +2775,6 @@ typedef struct {
bool original;
} SculptFindNearestToRayData;
-
ePaintSymmetryAreas SCULPT_get_vertex_symm_area(const float co[3])
{
ePaintSymmetryAreas symm_area = PAINT_SYMM_AREA_DEFAULT;