[Bf-blender-cvs] [c2b73dfe916] master: Cleanup: unused function

Campbell Barton noreply at git.blender.org
Sun Feb 14 02:20:38 CET 2021


Commit: c2b73dfe916d4ba9377ec7e756d75ff28bb61536
Author: Campbell Barton
Date:   Sun Feb 14 11:27:33 2021 +1100
Branches: master
https://developer.blender.org/rBc2b73dfe916d4ba9377ec7e756d75ff28bb61536

Cleanup: unused function

===================================================================

M	source/blender/io/collada/GeometryExporter.h

===================================================================

diff --git a/source/blender/io/collada/GeometryExporter.h b/source/blender/io/collada/GeometryExporter.h
index 51879f43272..948aafa760d 100644
--- a/source/blender/io/collada/GeometryExporter.h
+++ b/source/blender/io/collada/GeometryExporter.h
@@ -90,7 +90,6 @@ class GeometryExporter : COLLADASW::LibraryGeometries {
 
   /* creates <source> for texcoords */
   void createTexcoordsSource(std::string geom_id, Mesh *me);
-  void createTesselatedTexcoordsSource(std::string geom_id, Mesh *me);
 
   /* creates <source> for normals */
   void createNormalsSource(std::string geom_id, Mesh *me, std::vector<Normal> &nor);



More information about the Bf-blender-cvs mailing list