Remove unused and unreachable code hunk that was surrounded by a misspelled

preprocessor condition.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28663 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-19 10:06:43 +00:00
parent c73f0e18bd
commit b92e910e7a
1 changed files with 0 additions and 4 deletions

View File

@ -160,10 +160,6 @@ static int open(vf_instance_t *vf, char* args)
vf->priv->hue *= M_PI / 180.0;
process = process_C;
#if HAVE_MMXX
if(gCpuCaps.hasMMX) process = process_MMX;
#endif
return 1;
}