Remove obsolete interview step type names

This commit is contained in:
Toastie 2025-02-04 20:06:08 +13:00
parent c46a920317
commit 0984f50fff
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -16,8 +16,6 @@ public enum StepType
// TODO: Support multiselector as separate type
ERROR,
INTERVIEW_END = 1,
[Obsolete("Use INTERVIEW_END instead")] END_WITH_SUMMARY = 1,
[Obsolete("Use INTERVIEW_END instead")] END_WITHOUT_SUMMARY = 1,
BUTTONS,
TEXT_SELECTOR,
USER_SELECTOR,