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-23 05:13:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-23 05:13:48 +0300
commit2cf930adf3e26c2431848f28fe211fdbb576a8a3 (patch)
tree887b1b006dc23eadbcdc95440d3f8e62cdef5894 /source/blender/editors/uvedit/uvedit_intern.h
parent010c1370aff680ad2c0e91b4a8b9718a58549cb0 (diff)
Cleanup: remove unused UvNearestHit struct members
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 5a510aaf945..306f8a2c561 100644
--- a/source/blender/editors/uvedit/uvedit_intern.h
+++ b/source/blender/editors/uvedit/uvedit_intern.h
@@ -42,9 +42,6 @@ typedef struct UvNearestHit {
/** Always set if we have a hit. */
struct BMFace *efa;
struct BMLoop *l;
- struct MLoopUV *luv, *luv_next;
- /** Index of loop within face. */
- int lindex;
/** Needs to be set before calling nearest functions. */
float dist_sq;
} UvNearestHit;