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:
Diffstat (limited to 'source/blender/io/usd/import/usd_reader_prim.h')
-rw-r--r--source/blender/io/usd/import/usd_reader_prim.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/io/usd/import/usd_reader_prim.h b/source/blender/io/usd/import/usd_reader_prim.h
index a1fa1a9057d..0f46452895e 100644
--- a/source/blender/io/usd/import/usd_reader_prim.h
+++ b/source/blender/io/usd/import/usd_reader_prim.h
@@ -42,10 +42,6 @@ class USDPrimReader {
double min_time_;
double max_time_;
- /* Use reference counting since the same reader may be used by multiple
- * modifiers and/or constraints. */
- int refcount_;
-
public:
explicit USDPrimReader(const pxr::UsdPrim &prim, const USDImporterContext &context);
@@ -80,10 +76,6 @@ class USDPrimReader {
double min_time() const;
double max_time() const;
-
- int refcount() const;
- void incref();
- void decref();
};
} /* namespace blender::io::usd */