summaryrefslogtreecommitdiffstats
path: root/stream/network.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-07 18:47:39 +0200
committerwm4 <wm4@nowhere>2013-07-07 19:40:35 +0200
commitfeaa721916303c36dcd676c11ac74ecdec2db006 (patch)
tree745578fb3c91e9c62ffb9596e1843e41cc29b31a /stream/network.c
parent2c732a46ba37182692748acd2b72310d21c451f8 (diff)
downloadmpv-feaa721916303c36dcd676c11ac74ecdec2db006.tar.bz2
mpv-feaa721916303c36dcd676c11ac74ecdec2db006.tar.xz
core: make network options available even if old net code is disabled
Preparation for removing the old network code.
Diffstat (limited to 'stream/network.c')
-rw-r--r--stream/network.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/stream/network.c b/stream/network.c
index 371b7f52cd..101e4507ab 100644
--- a/stream/network.c
+++ b/stream/network.c
@@ -47,17 +47,6 @@
#include "cookies.h"
#include "url.h"
-/* Variables for the command line option -user, -passwd, -bandwidth,
- -user-agent and -nocookies */
-
-char *network_username=NULL;
-char *network_password=NULL;
-int network_bandwidth=0;
-int network_cookies_enabled = 0;
-char *network_useragent="MPlayer 1.1-4.7";
-char *network_referrer=NULL;
-char **network_http_header_fields=NULL;
-
/* IPv6 options */
int network_ipv4_only_proxy = 0;