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:
authorJacques Lucke <jacques@blender.org>2021-10-27 16:56:45 +0300
committerJacques Lucke <jacques@blender.org>2021-10-27 16:57:20 +0300
commit0d6f2cb303991d74404aa30d2f33ef52cb9993fd (patch)
treea07a78cd486ae68e3c2607fb7218f2b4519b3baf /source/blender/blenkernel/BKE_geometry_set.hh
parent9beb5e38a9ca69b36022f75b61df09bc2522b490 (diff)
Cleanup: remove unused function declaration
Diffstat (limited to 'source/blender/blenkernel/BKE_geometry_set.hh')
-rw-r--r--source/blender/blenkernel/BKE_geometry_set.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_geometry_set.hh b/source/blender/blenkernel/BKE_geometry_set.hh
index a9a0b87a778..58a89d0207a 100644
--- a/source/blender/blenkernel/BKE_geometry_set.hh
+++ b/source/blender/blenkernel/BKE_geometry_set.hh
@@ -776,8 +776,6 @@ class IDAttributeFieldInput : public fn::FieldInput {
category_ = Category::Generated;
}
- static fn::Field<int> Create();
-
const GVArray *get_varray_for_context(const fn::FieldContext &context,
IndexMask mask,
ResourceScope &scope) const override;