Cleanup: move doc-string into header

This commit is contained in:
2023-01-03 10:22:19 +11:00
parent bc2220733a
commit 0e5dab0831
2 changed files with 5 additions and 5 deletions

View File

@@ -2952,11 +2952,6 @@ void nodeRebuildIDVector(bNodeTree *node_tree)
namespace blender::bke {
/**
* Free the node itself.
*
* \note: ID user reference-counting and changing the `nodes_by_id` vector are up to the caller.
*/
void node_free_node(bNodeTree *ntree, bNode *node)
{
/* since it is called while free database, node->id is undefined */