forked from len0rd/rockbox
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 button_get(bool block)
|
||||||
{
|
{
|
||||||
int func_call = current_tick;
|
|
||||||
|
|
||||||
int btn = 0;
|
int btn = 0;
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|
@ -109,4 +107,4 @@ int button_get(bool block)
|
||||||
Sleep (50);
|
Sleep (50);
|
||||||
|
|
||||||
return btn;
|
return btn;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue