Removes method isDisruptive from Action class

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