summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-08 07:20:37 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-08 07:20:37 +0000
commitd0f6333b9812c9af243bc6c7898fcc1d59eb68e3 (patch)
tree28f0d082e47f68f196ff930a37fab56f44327b3f /cfg-mplayer.h
parentfbab7bb6b4cd52736fd3d2b349b076920d34d83f (diff)
downloadmpv-d0f6333b9812c9af243bc6c7898fcc1d59eb68e3.tar.bz2
mpv-d0f6333b9812c9af243bc6c7898fcc1d59eb68e3.tar.xz
cosmetix, merge streaming vars extern declarations into cfg-common.h, where they IMHO belong.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6672 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 39f4d0eb6e..0f84cec7b8 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -99,13 +99,6 @@ extern int xinerama_screen;
extern int nortc;
#endif
-#ifdef STREAMING
-/* defined in network.c */
-extern char *network_username;
-extern char *network_password;
-extern int network_bandwidth;
-#endif
-
/* from libvo/aspect.c */
extern float monitor_aspect;