mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 05:35:20 -05:00
Fuze: remove an unused variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19066 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7d484ddde8
commit
59a9699027
1 changed files with 0 additions and 3 deletions
|
|
@ -70,10 +70,7 @@ void clickwheel_int(void)
|
||||||
/* device buttons */
|
/* device buttons */
|
||||||
void button_int(void)
|
void button_int(void)
|
||||||
{
|
{
|
||||||
unsigned char state;
|
|
||||||
|
|
||||||
int_btn = BUTTON_NONE;
|
int_btn = BUTTON_NONE;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue