[MPlayer-cvslog] r30765 - trunk/stream/network.c
cehoyos
subversion at mplayerhq.hu
Sat Feb 27 21:13:21 CET 2010
Author: cehoyos
Date: Sat Feb 27 21:13:21 2010
New Revision: 30765
Log:
Remove unused static function streaming_stop().
Modified:
trunk/stream/network.c
Modified: trunk/stream/network.c
==============================================================================
--- trunk/stream/network.c Sat Feb 27 20:53:25 2010 (r30764)
+++ trunk/stream/network.c Sat Feb 27 21:13:21 2010 (r30765)
@@ -470,9 +470,3 @@ void fixup_network_stream_cache(stream_t
}
}
-
-static int
-streaming_stop( stream_t *stream ) {
- stream->streaming_ctrl->status = streaming_stopped_e;
- return 0;
-}
More information about the MPlayer-cvslog
mailing list