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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-10-01 17:41:36 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-10-01 17:41:50 +0300
commite1952c541af2fded4d1f92b55d94725be25914c6 (patch)
tree26ae070df6b5470e3fdd930cac22c2a03a50b4b6
parentfb820496f5b00de8ccf6927c58d24b64bc099c4f (diff)
Cleanup: unused function declaration
This should have been removed during the recent velocity attribute refactor.
-rw-r--r--source/blender/io/alembic/intern/abc_customdata.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/io/alembic/intern/abc_customdata.h b/source/blender/io/alembic/intern/abc_customdata.h
index 2662ad733e0..03e6f697f0c 100644
--- a/source/blender/io/alembic/intern/abc_customdata.h
+++ b/source/blender/io/alembic/intern/abc_customdata.h
@@ -122,12 +122,6 @@ void read_custom_data(const std::string &iobject_full_name,
const CDStreamConfig &config,
const Alembic::Abc::ISampleSelector &iss);
-void read_velocity(const Alembic::Abc::ICompoundProperty &prop,
- const Alembic::Abc::PropertyHeader *prop_header,
- const Alembic::Abc::ISampleSelector &selector,
- const CDStreamConfig &config,
- const char *velocity_name,
- const float velocity_scale);
typedef enum {
ABC_UV_SCOPE_NONE,
ABC_UV_SCOPE_LOOP,