Removes method isDisruptive from Action class

This commit is contained in:
Felipe Zimmerle
2020-06-05 11:51:45 -03:00
parent bc3ad6e049
commit f8d56f64f1
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;
}