summaryrefslogtreecommitdiffstats
path: root/stream/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cache.c')
-rw-r--r--stream/cache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/cache.c b/stream/cache.c
index 8c18d18b1a..8421a6fc33 100644
--- a/stream/cache.c
+++ b/stream/cache.c
@@ -409,10 +409,6 @@ static int cache_get_cached_control(stream_t *cache, int cmd, void *arg)
}
return STREAM_UNSUPPORTED;
}
- case STREAM_CTRL_RESUME_CACHE:
- s->idle = s->eof = false;
- pthread_cond_signal(&s->wakeup);
- return STREAM_OK;
case STREAM_CTRL_AVSEEK:
if (!s->has_avseek)
return STREAM_UNSUPPORTED;