Depsgraph: Remove confusing declaration of node method

it is only to be implemented for operation node.
This commit is contained in:
2017-12-21 11:58:48 +01:00
parent 681a102800
commit 6e47680077

View File

@@ -74,7 +74,6 @@ struct DepsNode {
virtual ~DepsNode();
virtual string identifier() const;
string full_identifier() const;
virtual void init(const ID * /*id*/,
const char * /*subdata*/) {}