cache: remove unused STREAM_CTRL_RESUME_CACHE

Went way with DVD/BD menu support.
This commit is contained in:
wm4 2016-03-03 10:08:00 +01:00
parent a19307d598
commit 3a7563a999
2 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -71,7 +71,6 @@ enum stream_ctrl {
STREAM_CTRL_SET_CACHE_SIZE,
STREAM_CTRL_GET_CACHE_FILL,
STREAM_CTRL_GET_CACHE_IDLE,
STREAM_CTRL_RESUME_CACHE,
STREAM_CTRL_SET_READAHEAD,
// stream_memory.c