diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-26 15:07:47 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-26 15:07:47 +0000 |
| commit | fa5cd0d3bf744f75be0593a7e2c2083810f16c21 (patch) | |
| tree | d7ef3ccb525bd8d564210bd628f82298b86038d4 | |
| parent | 7e7b3c5ab366cbdff84db523edec2282a41e0e76 (diff) | |
| download | rockbox-fa5cd0d3bf744f75be0593a7e2c2083810f16c21.zip rockbox-fa5cd0d3bf744f75be0593a7e2c2083810f16c21.tar.gz rockbox-fa5cd0d3bf744f75be0593a7e2c2083810f16c21.tar.bz2 rockbox-fa5cd0d3bf744f75be0593a7e2c2083810f16c21.tar.xz | |
Fuzev2: button_read_dbop() doesn't exist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25723 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/target/arm/as3525/sansa-fuzev2/button-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sansa-fuzev2/button-target.h b/firmware/target/arm/as3525/sansa-fuzev2/button-target.h index 14f3db1..d7ef962 100644 --- a/firmware/target/arm/as3525/sansa-fuzev2/button-target.h +++ b/firmware/target/arm/as3525/sansa-fuzev2/button-target.h @@ -30,7 +30,6 @@ void button_init_device(void); bool button_hold(void); int button_read_device(void); -unsigned short button_read_dbop(void); void get_scrollwheel(void); #define WHEEL_REPEAT_INTERVAL (HZ/5) |