Remove obsolete interview step type names
This commit is contained in:
parent
c46a920317
commit
0984f50fff
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue