mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
remove compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1531 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fae7cdbca1
commit
c3cf79bd88
1 changed files with 1 additions and 3 deletions
|
|
@ -52,8 +52,6 @@ int button_set_release(int newmask)
|
|||
|
||||
int button_get(bool block)
|
||||
{
|
||||
int func_call = current_tick;
|
||||
|
||||
int btn = 0;
|
||||
do
|
||||
{
|
||||
|
|
@ -109,4 +107,4 @@ int button_get(bool block)
|
|||
Sleep (50);
|
||||
|
||||
return btn;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue