changeset 28628:a7b4da3584ca

Remove unused and unreachable code hunk that was surrounded by a misspelled preprocessor condition.
author diego
date Thu, 19 Feb 2009 10:06:43 +0000
parents c327b2e9b259
children b089d639e810
files libmpcodecs/vf_hue.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_hue.c	Thu Feb 19 09:21:46 2009 +0000
+++ b/libmpcodecs/vf_hue.c	Thu Feb 19 10:06:43 2009 +0000
@@ -160,10 +160,6 @@
         vf->priv->hue *= M_PI / 180.0;
 
 	process = process_C;
-#if HAVE_MMXX
-	if(gCpuCaps.hasMMX) process = process_MMX;
-#endif
-	
 	return 1;
 }