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:
authorHans Goudey <h.goudey@me.com>2022-06-21 22:17:24 +0300
committerHans Goudey <h.goudey@me.com>2022-06-21 22:17:24 +0300
commit256cb68d33aec68f2c3ae20a48a115046ba5ad0e (patch)
treea175014d48dabf1836bf3ab62c065f2caef2e905 /source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
parentd901f8b75bf83160a962c21566cf29f2f87df8c6 (diff)
Cleanup: Remove unused argument
Diffstat (limited to 'source/blender/io/wavefront_obj/importer/obj_import_mesh.hh')
-rw-r--r--source/blender/io/wavefront_obj/importer/obj_import_mesh.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh b/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
index c6773cfa0cb..591a7b81e63 100644
--- a/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
+++ b/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
@@ -47,7 +47,7 @@ class MeshFromGeometry : NonMovable, NonCopyable {
/**
* Create polygons for the Mesh, set smooth shading flags, Materials.
*/
- void create_polys_loops(Object *obj, Mesh *mesh, bool use_vertex_groups);
+ void create_polys_loops(Mesh *mesh, bool use_vertex_groups);
/**
* Add explicitly imported OBJ edges to the mesh.
*/