summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_cdda.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index 37a3aab1c5..52eeb3e3e5 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -243,11 +243,6 @@ static int control(stream_t *stream, int cmd, void *arg)
{
cdda_priv *p = stream->priv;
switch (cmd) {
- case STREAM_CTRL_GET_NUM_TITLES:
- {
- *(unsigned int *)arg = p->cd->tracks;
- return STREAM_OK;
- }
case STREAM_CTRL_GET_NUM_CHAPTERS:
{
int start_track = get_track_by_sector(p, p->start_sector);