# HG changeset patch # User benoit # Date 1232962968 0 # Node ID 7e7acb5d1da821b4156d82fb35a413d46e8944f2 # Parent 16b978f64d9e17f7ccc1d5b3a5d4ac0bb5858ecb Remove unneeded check. diff -r 16b978f64d9e -r 7e7acb5d1da8 indeo3.c --- a/indeo3.c Mon Jan 26 09:41:23 2009 +0000 +++ b/indeo3.c Mon Jan 26 09:42:48 2009 +0000 @@ -937,9 +937,6 @@ } } - if(strip < strip_tbl) - return; - for( ; strip >= strip_tbl; strip--) { if(strip->split_flag != 0) { strip->split_flag = 0;