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>2022-03-18 12:57:45 +0300
committerFabian Schempp <fabianschempp@googlemail.com>2022-04-11 01:31:36 +0300
commit0b2cfe6aaa6595045e5c7aa5befad3282c47f5fe (patch)
treed5f8ad6ee68ea5d4b0151fb310458b3f59de8811 /source/blender/editors/space_node/node_draw.cc
parent1e9bfd070a5679f5be81362c26f7e2fee9d7920d (diff)
BLI: move CPPType to blenlib
For more detail about `CPPType`, see `BLI_cpp_type.hh` and D14367. Differential Revision: https://developer.blender.org/D14367
Diffstat (limited to 'source/blender/editors/space_node/node_draw.cc')
-rw-r--r--source/blender/editors/space_node/node_draw.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc
index e221fac5ef9..b8d8335d47c 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -73,7 +73,6 @@
#include "node_intern.hh" /* own include */
-using blender::fn::CPPType;
using blender::fn::FieldCPPType;
using blender::fn::FieldInput;
using blender::fn::GField;