[Bf-blender-cvs] [0b3ef67b797] master: Cleanup: Remove redundant redeclaration in collada

Sebastian Parborg noreply at git.blender.org
Fri Sep 4 21:22:06 CEST 2020


Commit: 0b3ef67b797924ddd31212b64e008f298b7bfc58
Author: Sebastian Parborg
Date:   Fri Sep 4 21:18:37 2020 +0200
Branches: master
https://developer.blender.org/rB0b3ef67b797924ddd31212b64e008f298b7bfc58

Cleanup: Remove redundant redeclaration in collada

No functional changes.

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

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

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

diff --git a/source/blender/io/collada/SceneExporter.h b/source/blender/io/collada/SceneExporter.h
index 5b8ec37152f..f0f0a3a5298 100644
--- a/source/blender/io/collada/SceneExporter.h
+++ b/source/blender/io/collada/SceneExporter.h
@@ -80,8 +80,6 @@
 #include "ArmatureExporter.h"
 #include "ExportSettings.h"
 
-extern void bc_get_children(std::vector<Object *> &child_set, Object *ob, ViewLayer *view_layer);
-
 class SceneExporter : COLLADASW::LibraryVisualScenes,
                       protected TransformWriter,
                       protected InstanceWriter {



More information about the Bf-blender-cvs mailing list