Remove unused static function streaming_stop().

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30765 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2010-02-27 20:13:21 +00:00
parent 186bff568e
commit f47d90850d
1 changed files with 0 additions and 6 deletions

View File

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