summaryrefslogtreecommitdiff
path: root/firmware/export/tuner.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-05-21 12:32:26 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-05-21 12:32:26 +0000
commit2dc2054319abbbd0f559a18ecfbb8416cdbd2baf (patch)
treebe74a72d6cc7c5d44699b3da6d471d4356f40e57 /firmware/export/tuner.h
parent0e725551af7c4b337aebcb8d922dba34cbb20565 (diff)
downloadrockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.gz
rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.zip
Remove some unused declarations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/tuner.h')
-rw-r--r--firmware/export/tuner.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h
index 8f1839a7bb..6d6a690d77 100644
--- a/firmware/export/tuner.h
+++ b/firmware/export/tuner.h
@@ -133,7 +133,6 @@ enum
133/** **/ 133/** **/
134 134
135void tuner_init(void); 135void tuner_init(void);
136bool tuner_power(bool power);
137 136
138#endif /* #if CONFIG_TUNER */ 137#endif /* #if CONFIG_TUNER */
139 138