No need to turn on the backlight for remote button presses.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4432 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-03-22 13:27:20 +00:00
parent 9e11ff81d5
commit 8918fd89cd

View file

@ -72,7 +72,6 @@ static void button_tick(void)
if(btn)
{
queue_post(&button_queue, btn, NULL);
backlight_on();
}
/* only poll every X ticks */