From 0965e61b11a1d901895650f42ca6fe50d8daecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 8 Jan 2012 01:44:08 +0000 Subject: [PATCH] remove now unused prototype git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31627 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/ascodec.h | 2 -- 1 file changed, 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, int ascodec_read_pmu(unsigned int index, unsigned int subreg); #endif -void ascodec_suppressor_on(bool on); /* PP-only */ - #endif