Skip to content
Snippets Groups Projects
Commit 3a89db39 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

removed NodeBase::remove()

parent 2836fedd
No related branches found
No related tags found
1 merge request!239ProcessorBase::selectPack() removed KF
Pipeline #2473 passed
......@@ -73,7 +73,6 @@ class NodeBase
NodeBase(const std::string& _category, const std::string& _type = "Undefined", const std::string& _name = "");
virtual ~NodeBase() = default;
virtual void remove(){};
unsigned int nodeId() const;
std::string getCategory() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment