[Bf-blender-cvs] [6ee2d69] object_nodes: Removed unused function declaration get_node_type_from_opcode

Lukas Tönne noreply at git.blender.org
Tue Nov 24 09:44:40 CET 2015


Commit: 6ee2d692018b862476b89a93fb056f6caf784fd5
Author: Lukas Tönne
Date:   Fri Nov 20 16:03:58 2015 +0100
Branches: object_nodes
https://developer.blender.org/rB6ee2d692018b862476b89a93fb056f6caf784fd5

Removed unused function declaration get_node_type_from_opcode

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

M	source/blender/blenvm/compile/bvm_nodegraph.h

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

diff --git a/source/blender/blenvm/compile/bvm_nodegraph.h b/source/blender/blenvm/compile/bvm_nodegraph.h
index 54ea9f8..339aa15 100644
--- a/source/blender/blenvm/compile/bvm_nodegraph.h
+++ b/source/blender/blenvm/compile/bvm_nodegraph.h
@@ -438,7 +438,6 @@ public:
 	OutputList outputs;
 };
 
-string get_node_type_from_opcode(OpCode op);
 OpCode get_opcode_from_node_type(const string &node);
 void register_opcode_node_types();




More information about the Bf-blender-cvs mailing list