From 9ce3ac5b933d0c74b54c906c210afc7bf7baca57 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 29 Jan 2018 11:30:11 -0800 Subject: [PATCH] Remove R_SENTINAL It was unused and misspelled. --- src/input_common.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/input_common.h b/src/input_common.h index e48b32d91..618b30e7c 100644 --- a/src/input_common.h +++ b/src/input_common.h @@ -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.