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:
authorSybren A. Stüvel <sybren@blender.org>2020-09-04 14:31:07 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-09-04 14:31:10 +0300
commite72a520a4c68ba74e7b71cc3388a19233bfb562b (patch)
tree6c1b206d3e204a01c7cbab7be87a0610341cb584 /source/blender/io
parentcc2b114a21bbd311bd5f497241403aab80fd79a1 (diff)
Cleanup: Clang-Tidy readability-redundant-declaration fix
No functional changes.
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/collada/DocumentExporter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/io/collada/DocumentExporter.cpp b/source/blender/io/collada/DocumentExporter.cpp
index 0578bf45f04..314e4f8116f 100644
--- a/source/blender/io/collada/DocumentExporter.cpp
+++ b/source/blender/io/collada/DocumentExporter.cpp
@@ -106,8 +106,6 @@ extern "C" char build_hash[];
#include "collada_internal.h"
#include "collada_utils.h"
-extern bool bc_has_object_type(LinkNode *export_set, short obtype);
-
// can probably go after refactor is complete
#include "InstanceWriter.h"
#include "TransformWriter.h"