Removed pulse event type

Pulse is considered a hack and nothing should be using it. We should completely remove it
This commit is contained in:
David Marcec 2019-01-04 20:47:20 +11:00
parent b62c60dc3b
commit d0aaf94244
4 changed files with 0 additions and 9 deletions

View file

@ -182,8 +182,6 @@ QString WaitTreeWaitObject::GetResetTypeQString(Kernel::ResetType reset_type) {
return tr("one shot");
case Kernel::ResetType::Sticky:
return tr("sticky");
case Kernel::ResetType::Pulse:
return tr("pulse");
}
UNREACHABLE();
return {};