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

@@ -31,9 +31,6 @@ namespace disruptive {
class ActionDisruptive : public ActionAllowedAsSecDefaultAction {
public:
bool isDisruptive() override {
return true;
}
};