diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-02-16 19:56:35 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-02-16 19:56:35 +0000 |
| commit | 23b3a45acd70239479158afa1c994f0fd32793cd (patch) | |
| tree | 054fa5d99d84a2f268fc3f5e5a1e01d80b29a800 /apps/codecs/libFLAC/bitbuffer.c | |
| parent | 3c166be0a42a010a0919ba316c26a2118ee93d1c (diff) | |
| download | rockbox-23b3a45acd70239479158afa1c994f0fd32793cd.zip rockbox-23b3a45acd70239479158afa1c994f0fd32793cd.tar.gz rockbox-23b3a45acd70239479158afa1c994f0fd32793cd.tar.bz2 rockbox-23b3a45acd70239479158afa1c994f0fd32793cd.tar.xz | |
Remove an internal FLAC debug function that uses FILE*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5985 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libFLAC/bitbuffer.c')
| -rw-r--r-- | apps/codecs/libFLAC/bitbuffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libFLAC/bitbuffer.c b/apps/codecs/libFLAC/bitbuffer.c index 8f5aefa..a733200 100644 --- a/apps/codecs/libFLAC/bitbuffer.c +++ b/apps/codecs/libFLAC/bitbuffer.c @@ -2659,6 +2659,7 @@ FLAC__bool FLAC__bitbuffer_read_utf8_uint64(FLAC__BitBuffer *bb, FLAC__uint64 *v return true; } +#if 0 void FLAC__bitbuffer_dump(const FLAC__BitBuffer *bb, FILE *out) { unsigned i, j; @@ -2688,3 +2689,4 @@ void FLAC__bitbuffer_dump(const FLAC__BitBuffer *bb, FILE *out) } } } +#endif |