Commit 7ab18bda authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove old unused code

parent 24b546fb
......@@ -84,16 +84,6 @@ rtsp_stream_t *RtspSetup( sout_stream_t *p_stream, const vlc_url_t *url )
else
rtsp->psz_path = NULL;
#if 0
if( asprintf( &rtsp->psz_control, "rtsp://%s:%d%s",
url->psz_host, url->i_port > 0 ? url->i_port : 554,
rtsp->psz_path ) == -1 )
{
rtsp->psz_control = NULL;
goto error;
}
#endif
rtsp->host = httpd_HostNew( VLC_OBJECT(p_stream), url->psz_host,
rtsp->port );
if( rtsp->host == NULL )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment