From 6eadd40597f7c537f6a8002e818454b85a457c1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Aug 2019 16:27:13 +1000 Subject: Cleanup: redundant struct declarations --- source/blender/collada/AnimationExporter.h | 2 -- source/blender/collada/ControllerExporter.h | 1 - source/blender/collada/GeometryExporter.h | 2 -- source/blender/collada/collada.h | 3 --- source/blender/collada/collada_utils.h | 2 -- 5 files changed, 10 deletions(-) (limited to 'source/blender/collada') diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h index 27474cc2b58..2be2dadeeeb 100644 --- a/source/blender/collada/AnimationExporter.h +++ b/source/blender/collada/AnimationExporter.h @@ -78,8 +78,6 @@ extern "C" { #include #include // std::find -struct Depsgraph; - typedef enum BC_animation_source_type { BC_SOURCE_TYPE_VALUE, BC_SOURCE_TYPE_ANGLE, diff --git a/source/blender/collada/ControllerExporter.h b/source/blender/collada/ControllerExporter.h index 200f8431f62..ce2ed9fe453 100644 --- a/source/blender/collada/ControllerExporter.h +++ b/source/blender/collada/ControllerExporter.h @@ -47,7 +47,6 @@ #include "BKE_key.h" -struct Depsgraph; class SceneExporter; class ControllerExporter : public COLLADASW::LibraryControllers, diff --git a/source/blender/collada/GeometryExporter.h b/source/blender/collada/GeometryExporter.h index 7262784db82..55f7251c538 100644 --- a/source/blender/collada/GeometryExporter.h +++ b/source/blender/collada/GeometryExporter.h @@ -39,8 +39,6 @@ #include "BlenderContext.h" #include "BKE_key.h" -struct Depsgraph; - class Normal { public: float x; diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h index df6e72cbf3a..72753e170a3 100644 --- a/source/blender/collada/collada.h +++ b/source/blender/collada/collada.h @@ -34,9 +34,6 @@ extern "C" { #include "BLI_path_util.h" #include "RNA_types.h" -struct Depsgraph; -struct Scene; -struct ViewLayer; struct bContext; /* diff --git a/source/blender/collada/collada_utils.h b/source/blender/collada/collada_utils.h index c23e33df76d..c0425e59d1a 100644 --- a/source/blender/collada/collada_utils.h +++ b/source/blender/collada/collada_utils.h @@ -69,8 +69,6 @@ extern "C" { constexpr int LIMITTED_PRECISION = 6; -struct Depsgraph; - typedef std::map UidImageMap; typedef std::map KeyImageMap; typedef std::map> TexIndexTextureArrayMap; -- cgit v1.2.3