Skip to content

Commit b84e368

Browse files
committed
kconfig: menuconfig: remove unused M_EVENT macro
This is not used anywhere. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 90fe4c5 commit b84e368

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

scripts/kconfig/lxdialog/dialog.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,3 @@ int dialog_checklist(const char *title, const char *prompt, int height,
209209
int width, int list_height);
210210
int dialog_inputbox(const char *title, const char *prompt, int height,
211211
int width, const char *init);
212-
213-
/*
214-
* This is the base for fictitious keys, which activate
215-
* the buttons.
216-
*
217-
* Mouse-generated keys are the following:
218-
* -- the first 32 are used as numbers, in addition to '0'-'9'
219-
* -- the lowercase are used to signal mouse-enter events (M_EVENT + 'o')
220-
* -- uppercase chars are used to invoke the button (M_EVENT + 'O')
221-
*/
222-
#define M_EVENT (KEY_MAX+1)

0 commit comments

Comments
 (0)