removed another unnecessary node function

This commit is contained in:
itsmattkc
2019-11-02 18:12:54 +11:00
parent 16ac2fc0e1
commit 788502cd11
8 changed files with 27 additions and 72 deletions
-7
View File
@@ -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
*/