summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 20:13:21 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 20:13:21 +0000
commitf47d90850d34cd9baeed005d96b1673fb1351702 (patch)
treea69aff8ab5291dddd5a88bb7a7a858b107232671 /stream
parent186bff568efa4ba64f293bb157677f415fce5e7d (diff)
downloadmpv-f47d90850d34cd9baeed005d96b1673fb1351702.tar.bz2
mpv-f47d90850d34cd9baeed005d96b1673fb1351702.tar.xz
Remove unused static function streaming_stop().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30765 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/network.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/stream/network.c b/stream/network.c
index 25d4cf3533..9750d28478 100644
--- a/stream/network.c
+++ b/stream/network.c
@@ -470,9 +470,3 @@ void fixup_network_stream_cache(stream_t *stream) {
}
}
-
-static int
-streaming_stop( stream_t *stream ) {
- stream->streaming_ctrl->status = streaming_stopped_e;
- return 0;
-}