From 23b3a45acd70239479158afa1c994f0fd32793cd Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 16 Feb 2005 19:56:35 +0000 Subject: Remove an internal FLAC debug function that uses FILE* git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5985 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libFLAC/bitbuffer.c | 2 ++ apps/codecs/libFLAC/include/private/bitbuffer.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/codecs/libFLAC/bitbuffer.c b/apps/codecs/libFLAC/bitbuffer.c index 8f5aefa67b..a7332008ab 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 diff --git a/apps/codecs/libFLAC/include/private/bitbuffer.h b/apps/codecs/libFLAC/include/private/bitbuffer.h index 4ce5957fde..c505fcfd47 100644 --- a/apps/codecs/libFLAC/include/private/bitbuffer.h +++ b/apps/codecs/libFLAC/include/private/bitbuffer.h @@ -154,6 +154,8 @@ FLAC__bool FLAC__bitbuffer_read_golomb_unsigned(FLAC__BitBuffer *bb, unsigned *v #endif FLAC__bool FLAC__bitbuffer_read_utf8_uint32(FLAC__BitBuffer *bb, FLAC__uint32 *val, FLAC__bool (*read_callback)(FLAC__byte buffer[], unsigned *bytes, void *client_data), void *client_data, FLAC__byte *raw, unsigned *rawlen); FLAC__bool FLAC__bitbuffer_read_utf8_uint64(FLAC__BitBuffer *bb, FLAC__uint64 *val, FLAC__bool (*read_callback)(FLAC__byte buffer[], unsigned *bytes, void *client_data), void *client_data, FLAC__byte *raw, unsigned *rawlen); +#if 0 void FLAC__bitbuffer_dump(const FLAC__BitBuffer *bb, FILE *out); +#endif #endif -- cgit v1.2.3