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>2018-10-15 08:58:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-15 08:59:27 +0300
commit0941d9932352f5070d209ac7398bf5494c55a869 (patch)
tree445ecd15066eb1ddd26a469860cce97099826ca1 /source/blender/blenkernel/BKE_mesh.h
parent2deeca4fb00363d1d9098b7d6983bf5ed8767fa7 (diff)
Cleanup: remove unused functions
Diffstat (limited to 'source/blender/blenkernel/BKE_mesh.h')
-rw-r--r--source/blender/blenkernel/BKE_mesh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_mesh.h b/source/blender/blenkernel/BKE_mesh.h
index bb4b06c1df1..9cc2bd8c152 100644
--- a/source/blender/blenkernel/BKE_mesh.h
+++ b/source/blender/blenkernel/BKE_mesh.h
@@ -521,8 +521,7 @@ void BKE_mesh_batch_cache_free(struct Mesh *me);
/* Inlines */
-/* This is a copy of DM_origindex_mface_mpoly().
- * Instead of -1 that function uses ORIGINDEX_NONE as defined in BKE_customdata.h,
+/* Instead of -1 that function uses ORIGINDEX_NONE as defined in BKE_customdata.h,
* but I don't want to force every user of BKE_mesh.h to also include that file.
* ~~ Sybren */
BLI_INLINE int BKE_mesh_origindex_mface_mpoly(