Remove R_SENTINAL

It was unused and misspelled.
This commit is contained in:
ridiculousfish 2018-01-29 11:30:11 -08:00
parent e3a2eadb49
commit 9ce3ac5b93

View File

@ -73,10 +73,7 @@ enum {
R_AND,
R_CANCEL,
R_TIMEOUT, // we didn't get interactive input within wait_on_escape_ms
R_MAX = R_CANCEL,
// This is a special psuedo-char that is not used other than to mark the end of the the special
// characters so we can sanity check the enum range.
R_SENTINAL
R_MAX = R_CANCEL
};
/// Init the library.