From 2597a1349772fe505d27cb94392eb4d8a3c3b35d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 25 Dec 2006 14:01:47 +0000 Subject: Next round of static'ing and related fixes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11836 a1c6a512-1295-4272-9138-f99709370657 --- apps/pcmbuf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/pcmbuf.c') diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c index e87d27f261..f9d60e9b58 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -873,6 +873,7 @@ void pcmbuf_write_complete(size_t length) } } +#if 0 bool pcmbuf_insert_buffer(char *buf, size_t length) { if (crossfade_active) @@ -889,6 +890,7 @@ bool pcmbuf_insert_buffer(char *buf, size_t length) } return true; } +#endif /* Generates a constant square wave sound with a given frequency in Hertz for a duration in milliseconds. */ -- cgit v1.2.3