Commit: 6548a6868b5d668d03168aaa4b82bb75ef4730d3
Author: Jeroen Bakker
Date:   Mon Feb 15 16:31:14 2021 +0100
Branches: compositor-cryptomatte-workflow
https://developer.blender.org/rB6548a6868b5d668d03168aaa4b82bb75ef4730d3

Cleanup: Remove unused constants.

===================================================================

M       source/blender/compositor/nodes/COM_CryptomatteNode.cpp

===================================================================

diff --git a/source/blender/compositor/nodes/COM_CryptomatteNode.cpp 
b/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
index ff06d9e0998..12d8c5a3878 100644
--- a/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
@@ -31,10 +31,6 @@
 #include <iterator>
 #include <string>
 
-constexpr blender::StringRef CRYPTOMATTE_LAYER_PREFIX_OBJECT("CryptoObject");
-constexpr blender::StringRef 
CRYPTOMATTE_LAYER_PREFIX_MATERIAL("CryptoMaterial");
-constexpr blender::StringRef CRYPTOMATTE_LAYER_PREFIX_ASSET("CryptoAsset");
-
 CryptomatteNode::CryptomatteNode(bNode *editorNode) : Node(editorNode)
 {
   /* pass */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to