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:
authorCampbell Barton <ideasman42@gmail.com>2020-08-11 09:34:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-11 09:34:50 +0300
commit77c4ed1d0442f596b666f3ee6309c86f09511061 (patch)
tree7fce98715bf28b37b3505d8c76ef7d1f3b3fcc75 /source/blender/editors/uvedit/uvedit_intern.h
parentfb049a79761f50aefc4b4f86a23f0c9358928ccc (diff)
parent23a6b5d91e942d90badeaf9ab64cf8ea3b4219a1 (diff)
Merge branch 'blender-v2.90-release' into master
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_intern.h')
-rw-r--r--source/blender/editors/uvedit/uvedit_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_intern.h b/source/blender/editors/uvedit/uvedit_intern.h
index 7455004ccb8..5a510aaf945 100644
--- a/source/blender/editors/uvedit/uvedit_intern.h
+++ b/source/blender/editors/uvedit/uvedit_intern.h
@@ -33,7 +33,6 @@ struct wmOperatorType;
/* geometric utilities */
void uv_poly_copy_aspect(float uv_orig[][2], float uv[][2], float aspx, float aspy, int len);
-void uv_poly_center(struct BMFace *f, float r_cent[2], const int cd_loop_uv_offset);
/* find nearest */