Undo r17470 because of regressions in some debug menus.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17472 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2008-05-12 15:37:03 +00:00
parent 70d196710b
commit e8df7c4904
2 changed files with 0 additions and 6 deletions

View file

@ -131,9 +131,6 @@ void clickwheel_int(void)
btn = BUTTON_SCROLL_FWD;
else if (old_wheel_value == wheel_tbl[1][wheel_value >> 6])
btn = BUTTON_SCROLL_BACK;
/* be able to read wheel action via button_read_device() */
int_btn |= btn;
if (btn != BUTTON_NONE)
{