From 854303ad49d188d96af8151b290162916c81c993 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 7 Jul 2013 19:40:14 +0200 Subject: Remove internal network support This commit removes the "old" networking code in favor of libavformat's code. The code was still used for mp_http, udp, ftp, cddb. http has been mapped to libavformat's http support since approximately 6 months ago. udp and ftp have support in ffmpeg (though ftp was added only last month). cddb support is removed with this commit - it's probably not important and rarely used if at all, so we don't care about it. --- core/options.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index 54048d9966..1eb111e33e 100644 --- a/core/options.h +++ b/core/options.h @@ -268,9 +268,6 @@ typedef struct MPOpts { // Should be moved into MPOpts extern char **network_http_header_fields; -extern char *network_username; -extern char *network_password; -extern int network_bandwidth; extern char *network_useragent; extern char *network_referrer; extern int network_cookies_enabled; -- cgit v1.2.3