1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 11:42:04 +00:00

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
This commit is contained in:
diego 2010-09-10 13:52:56 +00:00 committed by Uoti Urpala
parent d8c6e479a1
commit 2d215fdb7d

View File

@ -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: