Cleanup: remove unused TimeSourceNode->offset

This commit is contained in:
Jacques Lucke 2020-08-18 15:32:25 +02:00
parent 89a374cd96
commit 63998d3522
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ struct TimeSourceNode : public Node {
/* New "current time". */
float cfra;
/* time-offset relative to the "official" time source that this one has. */
float offset;
// TODO: evaluate() operation needed
virtual void tag_update(Depsgraph *graph, eUpdateSource source) override;