refactor: remove invalid variant

This commit is contained in:
Anna 2018-09-04 12:48:49 -04:00
parent 9a8588b283
commit 202fcef04c
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ ffxiv_enum!(Active {
Always => "Always",
Weekdays => "Weekdays",
Weekends => "Weekends",
Never => "Never",
NotSpecified => "Not specified",
});