diff options
Diffstat (limited to 'lib/console.c')
| -rw-r--r-- | lib/console.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/console.c b/lib/console.c index 358c78bf..b70749dd 100644 --- a/lib/console.c +++ b/lib/console.c @@ -201,8 +201,6 @@ console_select(CHAR16 *title[], CHAR16* selectors[], unsigned int start) selector_max_cols = len; } - if (start < 0) - start = 0; if (start >= selector_lines) start = selector_lines - 1; |
