[Bf-blender-cvs] [f64548d] master: Depsgraph: Remove prototype of unused and non-implemented method

Sergey Sharybin noreply at git.blender.org
Mon Nov 7 11:43:55 CET 2016


Commit: f64548daa6d6d863356367bb72017c511bf04953
Author: Sergey Sharybin
Date:   Thu Nov 3 11:36:35 2016 +0100
Branches: master
https://developer.blender.org/rBf64548daa6d6d863356367bb72017c511bf04953

Depsgraph: Remove prototype of unused and non-implemented method

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

M	source/blender/depsgraph/intern/depsgraph.h

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

diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index 08b264f..ca380d8 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -101,22 +101,6 @@ struct Depsgraph {
 	~Depsgraph();
 
 	/**
-	 * Find node which matches the specified description.
-	 *
-	 * \param id: ID block that is associated with this
-	 * \param subdata: identifier used for sub-ID data (e.g. bone)
-	 * \param type: type of node we're dealing with
-	 * \param name: custom identifier assigned to node
-	 *
-	 * \return A node matching the required characteristics if it exists
-	 * or NULL if no such node exists in the graph.
-	 */
-	DepsNode *find_node(const ID *id,
-	                    eDepsNode_Type type,
-	                    const string &subdata,
-	                    const string &name);
-
-	/**
 	 * Convenience wrapper to find node given just pointer + property.
 	 *
 	 * \param ptr: pointer to the data that node will represent




More information about the Bf-blender-cvs mailing list