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-03-03 17:10:03 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-03-03 17:34:58 +0300
commitc60e5211d7b6488028dadac59d8e146df8793478 (patch)
tree785169de3de6ba54cfb359653465b079528706b1 /source/blender/usd
parent594945eb011e3abe35b586eaf780ccc28ee7191f (diff)
Cleanup: USD, removed unused code
Removed an unused forward declaration. No functional changes.
Diffstat (limited to 'source/blender/usd')
-rw-r--r--source/blender/usd/intern/usd_writer_abstract.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/usd/intern/usd_writer_abstract.h b/source/blender/usd/intern/usd_writer_abstract.h
index 8f727638704..835d3a42c80 100644
--- a/source/blender/usd/intern/usd_writer_abstract.h
+++ b/source/blender/usd/intern/usd_writer_abstract.h
@@ -34,7 +34,6 @@ extern "C" {
#include "DNA_material_types.h"
}
-struct Main;
struct Material;
struct Object;