From 5d6817de666da3144d3bf857e745b898d2d4de1f Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 27 Jul 2002 19:50:44 +0000 Subject: Removed debugging code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1466 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps/wps.c b/apps/wps.c index 24a3135..bab65e4 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -171,7 +171,6 @@ int wps_show(void) bool menu_button_is_down = false; bool pending_keylock = true; /* Keylock will go ON next time */ int old_release_mask; - int x = 0; old_release_mask = button_set_release(RELEASE_MASK); @@ -232,16 +231,6 @@ int wps_show(void) for ( i=0;i<5;i++ ) { int button = button_get(false); - if(button == BUTTON_NONE) - x++; - else - { - if(x) - debugf("%d BUTTON_NONE\n", x); - debugf("Btn: %04x - lock: %d\n", button, keys_locked); - x = 0; - } - switch ( button ) { case BUTTON_ON: -- cgit v1.1