Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77bdcfe5 authored by Wang YanQing's avatar Wang YanQing Committed by Yann E. MORIN
Browse files

kconfig:lxdialog: remove duplicate code



dialog.h has two line the same below:
extern char dialog_input_result[];
This patch remove one of them.

Signed-off-by: default avatarWang YanQing <udknight@gmail.com>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
parent bad9955d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -221,7 +221,6 @@ int dialog_menu(const char *title, const char *prompt,
		const void *selected, int *s_scroll);
		const void *selected, int *s_scroll);
int dialog_checklist(const char *title, const char *prompt, int height,
int dialog_checklist(const char *title, const char *prompt, int height,
		     int width, int list_height);
		     int width, int list_height);
extern char dialog_input_result[];
int dialog_inputbox(const char *title, const char *prompt, int height,
int dialog_inputbox(const char *title, const char *prompt, int height,
		    int width, const char *init);
		    int width, const char *init);