diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/_flac_common.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 */ |