removed another unnecessary node function
This commit is contained in:
@@ -129,13 +129,6 @@ public:
|
||||
*/
|
||||
virtual QString Code(NodeOutput* output);
|
||||
|
||||
/**
|
||||
* @brief For nodes that have different dependencies at different times, this function can be used for that purpose
|
||||
*
|
||||
* Only retrieves immmediate dependencies, meaning only nodes that are directly
|
||||
*/
|
||||
virtual QList<NodeDependency> RunDependencies(NodeOutput* output, const rational& time);
|
||||
|
||||
/**
|
||||
* @brief Returns whether this Node outputs data to the Node `n` in any way
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user