mirror of https://github.com/mpv-player/mpv
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:
parent
c73f0e18bd
commit
b92e910e7a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue