From 6f6d47dd20d30b81eb710f41cd5149b0ed73f98e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 6 Jan 2010 08:04:57 +0100 Subject: decoder/flac: removed CUE sheet support This feature has been moved to the "flac" playlist plugin. --- src/decoder/_flac_common.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/decoder/_flac_common.h') diff --git a/src/decoder/_flac_common.h b/src/decoder/_flac_common.h index b94515c03..a2d832ad1 100644 --- a/src/decoder/_flac_common.h +++ b/src/decoder/_flac_common.h @@ -106,15 +106,4 @@ flac_common_write(struct flac_data *data, const FLAC__Frame * frame, const FLAC__int32 *const buf[], FLAC__uint64 nbytes); -#if defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7 - -char* -flac_cue_track( const char* pathname, - const unsigned int tnum); - -unsigned int -flac_vtrack_tnum( const char*); - -#endif /* FLAC_API_VERSION_CURRENT >= 7 */ - #endif /* _FLAC_COMMON_H */ -- cgit v1.2.3