summaryrefslogtreecommitdiff
path: root/firmware/export/ascodec.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-08 01:44:08 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-08 01:44:08 +0000
commit0965e61b11a1d901895650f42ca6fe50d8daecac (patch)
tree546b7a6985657180ae8773cc1303a5c90a257e22 /firmware/export/ascodec.h
parent85528242844b71ac45e5331363a48a2956c38275 (diff)
downloadrockbox-0965e61b11a1d901895650f42ca6fe50d8daecac.tar.gz
rockbox-0965e61b11a1d901895650f42ca6fe50d8daecac.zip
remove now unused prototype
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31627 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/ascodec.h')
-rw-r--r--firmware/export/ascodec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/ascodec.h b/firmware/export/ascodec.h
index 3e104cbd07..94030a2b34 100644
--- a/firmware/export/ascodec.h
+++ b/firmware/export/ascodec.h
@@ -59,6 +59,4 @@ void ascodec_write_pmu(unsigned int index, unsigned int subreg,
59int ascodec_read_pmu(unsigned int index, unsigned int subreg); 59int ascodec_read_pmu(unsigned int index, unsigned int subreg);
60#endif 60#endif
61 61
62void ascodec_suppressor_on(bool on); /* PP-only */
63
64#endif 62#endif