aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_flac_common.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-01-06 08:04:57 +0100
committerMax Kellermann <max@duempel.org>2010-01-06 08:52:35 +0100
commit6f6d47dd20d30b81eb710f41cd5149b0ed73f98e (patch)
tree9ff9d56b84d35b192f89256d23dddc013490a908 /src/decoder/_flac_common.h
parent030e61115c9dcc804a5441329a9aef2ac9c3619b (diff)
downloadmpd-6f6d47dd20d30b81eb710f41cd5149b0ed73f98e.tar.gz
mpd-6f6d47dd20d30b81eb710f41cd5149b0ed73f98e.tar.xz
mpd-6f6d47dd20d30b81eb710f41cd5149b0ed73f98e.zip
decoder/flac: removed CUE sheet support
This feature has been moved to the "flac" playlist plugin.
Diffstat (limited to 'src/decoder/_flac_common.h')
-rw-r--r--src/decoder/_flac_common.h11
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 */