changeset 30723:eede6479d924

Remove unused static function streaming_stop().
author cehoyos
date Sat, 27 Feb 2010 20:13:21 +0000
parents b0342ca7ea61
children 1d8366d954ca
files stream/network.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/stream/network.c	Sat Feb 27 19:53:25 2010 +0000
+++ b/stream/network.c	Sat Feb 27 20:13:21 2010 +0000
@@ -470,9 +470,3 @@
   }
 }
 
-
-static int
-streaming_stop( stream_t *stream ) {
-	stream->streaming_ctrl->status = streaming_stopped_e;
-	return 0;
-}