summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 721c1688e4..4dfa46d691 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -20,13 +20,6 @@ extern void revertPPOpt(void *conf, char* opt);
extern struct config divx4opts_conf[];
#endif
-#ifdef STREAMING
-/* defined in network.c */
-extern char *network_username;
-extern char *network_password;
-extern int network_bandwidth;
-#endif
-
#ifdef HAVE_MP3LAME
struct config lameopts_conf[]={
{"q", &lame_param_quality, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},