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:
authorChris Blackbourn <chrisbblend@gmail.com>2022-08-03 00:51:55 +0300
committerChris Blackbourn <chrisbblend@gmail.com>2022-08-03 00:51:55 +0300
commitfc1a53eb7b975d831bfb4fa783d52570e90044f7 (patch)
treeb05e431222e1413dcc56fee0d11d9f7b7d4f5def /source/blender/editors/uvedit/uvedit_intern.h
parent18377c4f5e4727f6f0b58bd0bae7a5a5686ea0a0 (diff)
Cleanup: Remove unused function `uv_poly_copy_aspect`
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_intern.h')
-rw-r--r--source/blender/editors/uvedit/uvedit_intern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/uvedit/uvedit_intern.h b/source/blender/editors/uvedit/uvedit_intern.h
index 04128cf378c..434bfbc64f9 100644
--- a/source/blender/editors/uvedit/uvedit_intern.h
+++ b/source/blender/editors/uvedit/uvedit_intern.h
@@ -14,9 +14,6 @@ struct Scene;
struct SpaceImage;
struct wmOperatorType;
-/* geometric utilities */
-void uv_poly_copy_aspect(float uv_orig[][2], float uv[][2], float aspx, float aspy, int len);
-
/* find nearest */
typedef struct UvNearestHit {