--- branches/dev-api-3/xvidcore/src/motion/motion_est.c 2002/11/04 10:58:24 628 +++ branches/dev-api-3/xvidcore/src/motion/motion_est.c 2002/11/07 10:31:03 631 @@ -756,7 +756,6 @@ const IMAGE *const pCurrent = ¤t->image; const IMAGE *const pRef = &reference->image; - FILE * debug; const VECTOR zeroMV = { 0, 0 }; uint32_t x, y;