Removes method isDisruptive from Action class

This commit is contained in:
Felipe Zimmerle
2020-06-05 11:51:45 -03:00
parent 18681bb3d5
commit 3bdd96c603
5 changed files with 764 additions and 769 deletions

View File

@@ -75,11 +75,6 @@ class Action {
}
virtual bool isDisruptive() {
return false;
}
const std::string *getName() const noexcept {
return &m_name;
}