diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-21 12:32:26 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-21 12:32:26 +0000 |
| commit | 2dc2054319abbbd0f559a18ecfbb8416cdbd2baf (patch) | |
| tree | be74a72d6cc7c5d44699b3da6d471d4356f40e57 /firmware/export | |
| parent | 0e725551af7c4b337aebcb8d922dba34cbb20565 (diff) | |
| download | rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.zip rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.gz rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.bz2 rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.xz | |
Remove some unused declarations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/i2c-pp.h | 1 | ||||
| -rw-r--r-- | firmware/export/tuner.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/i2c-pp.h b/firmware/export/i2c-pp.h index 230b6bb..55e84b6 100644 --- a/firmware/export/i2c-pp.h +++ b/firmware/export/i2c-pp.h @@ -52,7 +52,6 @@ void i2c_lock(void); void i2c_unlock(void); -void i2c_init(void); int i2c_readbyte(unsigned int dev_addr, int addr); int pp_i2c_send(unsigned int addr, int data0, int data1); int i2c_readbytes(unsigned int dev_addr, int addr, int len, unsigned char *data); diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h index 8f1839a..6d6a690 100644 --- a/firmware/export/tuner.h +++ b/firmware/export/tuner.h @@ -133,7 +133,6 @@ enum /** **/ void tuner_init(void); -bool tuner_power(bool power); #endif /* #if CONFIG_TUNER */ |