summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-10 13:52:56 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:45 +0200
commit2d215fdb7dcc0ed4c7cad366fe24da8e30f7f2ed (patch)
tree683627bdf38789e66f7bcccaa56a7fb0299ae0c3
parentd8c6e479a17681bc7c0c162271f4394cd14e5271 (diff)
downloadmpv-2d215fdb7dcc0ed4c7cad366fe24da8e30f7f2ed.tar.bz2
mpv-2d215fdb7dcc0ed4c7cad366fe24da8e30f7f2ed.tar.xz
mplayer.c: remove unnecessary #define
Remove cache_fill_status #define. The #define is only set if CONFIG_STREAM_CACHE is not defined, but in this case the variable is not used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32131 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--mplayer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 36537964aa..0e5b21ba49 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -322,8 +322,6 @@ int file_filter=1;
#ifdef CONFIG_STREAM_CACHE
float stream_cache_min_percent=20.0;
float stream_cache_seek_min_percent=50.0;
-#else
-#define cache_fill_status 0
#endif
// dump: