Removes method isDisruptive from Action class

This commit is contained in:
Felipe Zimmerle
2020-06-05 11:51:45 -03:00
committed by Felipe Zimmerle
parent 1522e7cd0a
commit 11111b5826
5 changed files with 766 additions and 771 deletions

View File

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