decoder/flac: remove obsolete sub-song support

This is obsolete because it has been moved to the MPD core.
This commit is contained in:
Max Kellermann
2016-07-08 21:59:30 +02:00
parent e6389ff5a1
commit 70367d70c8
3 changed files with 5 additions and 27 deletions

View File

@@ -61,17 +61,6 @@ struct flac_data : public FlacInput {
*/
FLAC__uint64 total_frames;
/**
* The number of the first frame in this song. This is only
* non-zero if playing sub songs from a CUE sheet.
*/
FLAC__uint64 first_frame;
/**
* The number of the next frame which is going to be decoded.
*/
FLAC__uint64 next_frame;
FLAC__uint64 position;
Decoder &decoder;