# HG changeset patch # User diego # Date 1284126776 0 # Node ID 0cd03afdb7ec8a5e3ace555333cd0e16aeaf46ad # Parent 63c9b411e75687aa401a13433e8b8b5240bcebed Remove unnecessary 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. diff -r 63c9b411e756 -r 0cd03afdb7ec mplayer.c --- a/mplayer.c Fri Sep 10 12:28:07 2010 +0000 +++ b/mplayer.c Fri Sep 10 13:52:56 2010 +0000 @@ -261,8 +261,6 @@ #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: