summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index d4a624c696..36537964aa 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -320,8 +320,6 @@ int file_filter=1;
// cache2:
int stream_cache_size=-1;
#ifdef CONFIG_STREAM_CACHE
-extern int cache_fill_status;
-
float stream_cache_min_percent=20.0;
float stream_cache_seek_min_percent=50.0;
#else