diff options
| author | 2021-02-07 02:01:12 +0100 | |
|---|---|---|
| committer | 2021-02-07 02:45:12 +0100 | |
| commit | 0bba02370a82719e47ba0566c3c56ea0b770c96c (patch) | |
| tree | 4dbf3df05319e1786299055ca11393248963ab13 /include | |
| parent | 4f528537ad07f93aca5952949f4960e5e88e2072 (diff) | |
| download | OneRoll-0bba02370a82719e47ba0566c3c56ea0b770c96c.tar.gz OneRoll-0bba02370a82719e47ba0566c3c56ea0b770c96c.zip | |
Remove getLatestNode to getLeafNode
Diffstat (limited to 'include')
| -rw-r--r-- | include/parsingtoolbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/parsingtoolbox.h b/include/parsingtoolbox.h index a58aabd..1817704 100644 --- a/include/parsingtoolbox.h +++ b/include/parsingtoolbox.h @@ -191,7 +191,6 @@ public: // Traversal functions static QString number(qreal value); - static ExecutionNode* getLatestNode(ExecutionNode* node); static ExecutionNode* getLeafNode(ExecutionNode* start); const std::vector<ExecutionNode*>& getStartNodes(); static void setStartNodes(std::vector<ExecutionNode*>* startNodes); |