remove compiler warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1531 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-08-04 14:10:49 +00:00
parent fae7cdbca1
commit c3cf79bd88

View file

@ -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;
}
}