mplayer.c: remove unnecessary #define
commit2d215fdb7dcc0ed4c7cad366fe24da8e30f7f2ed
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 10 Sep 2010 13:52:56 +0000 (10 13:52 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:16:45 +0000 (2 04:16 +0200)
tree683627bdf38789e66f7bcccaa56a7fb0299ae0c3
parentd8c6e479a17681bc7c0c162271f4394cd14e5271
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
mplayer.c