summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-06 14:51:07 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-06 14:51:07 +0000
commit0d488975d6501f0e4a76553f211cb22d2e7fbe94 (patch)
tree918cbb9af298e6b7b0c80ea0c8ca3a862fc2757f /scripts
parent78cc482030689d328f94744305b6b8fa951390f2 (diff)
downloadptxdist-0d488975d6501f0e4a76553f211cb22d2e7fbe94.tar.gz
ptxdist-0d488975d6501f0e4a76553f211cb22d2e7fbe94.tar.xz
* lxdialog/menubox.c:
remove probably leftover debug stuff git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9437 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/lxdialog/menubox.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/kconfig/lxdialog/menubox.c b/scripts/kconfig/lxdialog/menubox.c
index 5ab7556b7..fa9d633f2 100644
--- a/scripts/kconfig/lxdialog/menubox.c
+++ b/scripts/kconfig/lxdialog/menubox.c
@@ -278,7 +278,6 @@ do_resize:
wrefresh(menu);
while (key != KEY_ESC) {
- char sss[256];
key = wgetch(menu);
if (key < 256 && isalpha(key))
@@ -354,11 +353,8 @@ do_resize:
choice++;
}
}
- } else {
- sprintf(sss, "i=%d choice=%d max_choice=%d", i, choice, max_choice);
- dialog_textbox(NULL, sss, 0, 0);
+ } else
choice = i;
- }
print_item(scroll + choice, choice, TRUE);