diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-08 01:44:08 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-08 01:44:08 +0000 |
| commit | 0965e61b11a1d901895650f42ca6fe50d8daecac (patch) | |
| tree | 546b7a6985657180ae8773cc1303a5c90a257e22 | |
| parent | 85528242844b71ac45e5331363a48a2956c38275 (diff) | |
| download | rockbox-0965e61b11a1d901895650f42ca6fe50d8daecac.zip rockbox-0965e61b11a1d901895650f42ca6fe50d8daecac.tar.gz rockbox-0965e61b11a1d901895650f42ca6fe50d8daecac.tar.bz2 rockbox-0965e61b11a1d901895650f42ca6fe50d8daecac.tar.xz | |
remove now unused prototype
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31627 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/ascodec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/ascodec.h b/firmware/export/ascodec.h index 3e104cb..94030a2 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, int ascodec_read_pmu(unsigned int index, unsigned int subreg); #endif -void ascodec_suppressor_on(bool on); /* PP-only */ - #endif |