kconfig: menuconfig: remove jump_key::index

You do not need to remember the index of each jump key because you can
count it up after a key is pressed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Jesse Taube <Mr.Bossman075@gmail.com>
This commit is contained in:
Masahiro Yamada
2023-07-16 13:55:08 +09:00
parent e14f1242a8
commit 356f0cb7ef
3 changed files with 4 additions and 12 deletions
-1
View File
@@ -275,7 +275,6 @@ struct jump_key {
struct list_head entries;
size_t offset;
struct menu *target;
int index;
};
extern struct file *file_list;