forked from len0rd/rockbox
fix yellow and some house cleaning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15056 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a3e141904
commit
a07e93938c
7 changed files with 47 additions and 46 deletions
|
|
@ -736,7 +736,7 @@ void button_event(int key, bool pressed)
|
|||
|
||||
/* Again copied from real button.c... */
|
||||
|
||||
int button_available( void )
|
||||
int button_queue_count( void )
|
||||
{
|
||||
return queue_count(&button_queue);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue