From f47d90850d34cd9baeed005d96b1673fb1351702 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sat, 27 Feb 2010 20:13:21 +0000 Subject: [PATCH] Remove unused static function streaming_stop(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30765 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/network.c | 6 ------ 1 file changed, 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; -}