summaryrefslogtreecommitdiffstats
path: root/stream/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/network.c')
-rw-r--r--stream/network.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/stream/network.c b/stream/network.c
index bd496184e8..c2108559de 100644
--- a/stream/network.c
+++ b/stream/network.c
@@ -475,10 +475,3 @@ void fixup_network_stream_cache(stream_t *stream) {
mp_tmsg(MSGT_NETWORK,MSGL_INFO,"Cache size set to %d KBytes\n", stream_cache_size);
}
}
-
-
-int
-streaming_stop( stream_t *stream ) {
- stream->streaming_ctrl->status = streaming_stopped_e;
- return 0;
-}