]> Git Repo - linux.git/commitdiff
kconfig:lxdialog: remove duplicate code
authorWang YanQing <[email protected]>
Mon, 17 Dec 2012 14:37:51 +0000 (22:37 +0800)
committerYann E. MORIN <[email protected]>
Thu, 27 Dec 2012 19:46:23 +0000 (20:46 +0100)
dialog.h has two line the same below:
extern char dialog_input_result[];
This patch remove one of them.

Signed-off-by: Wang YanQing <[email protected]>
Reviewed-by: "Yann E. MORIN" <[email protected]>
Tested-by: "Yann E. MORIN" <[email protected]>
Signed-off-by: "Yann E. MORIN" <[email protected]>
scripts/kconfig/lxdialog/dialog.h

index ee17a5264d5b456c0672a77b06964bfc1ccd29d7..307022a8beef1ac758080b3299853c8eae5e043d 100644 (file)
@@ -221,7 +221,6 @@ int dialog_menu(const char *title, const char *prompt,
                const void *selected, int *s_scroll);
 int dialog_checklist(const char *title, const char *prompt, int height,
                     int width, int list_height);
-extern char dialog_input_result[];
 int dialog_inputbox(const char *title, const char *prompt, int height,
                    int width, const char *init);
 
This page took 0.080137 seconds and 4 git commands to generate.