From 3784d4f992f42308bc730501090f2f17c80742d3 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 22 Feb 2010 10:14:00 +0000 Subject: Remove commented-out declaration of non-existing function streaming_start. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30696 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/network.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stream') diff --git a/stream/network.h b/stream/network.h index c75d7f6fdb..aac88c1767 100644 --- a/stream/network.h +++ b/stream/network.h @@ -71,7 +71,6 @@ typedef struct streaming_control { void *data; } streaming_ctrl_t; -//int streaming_start( stream_t *stream, int *demuxer_type, URL_t *url ); streaming_ctrl_t *streaming_ctrl_new(void); int streaming_bufferize( streaming_ctrl_t *streaming_ctrl, char *buffer, int size); -- cgit v1.2.3