Didn't meant to commit debug-only-code in the previous commit!

This commit is contained in:
Sergey Sharybin 2014-03-31 18:02:46 +06:00
parent a64bcc1037
commit dc9f4f53c0

@ -585,7 +585,6 @@ static bool configure_and_run_tracker(ImBuf *destination_ibuf, MovieTrackingTrac
return false; return false;
/* run the tracker! */ /* run the tracker! */
#if 0
tracked = libmv_trackRegion(&options, tracked = libmv_trackRegion(&options,
reference_search_area, reference_search_area,
reference_search_area_width, reference_search_area_width,
@ -596,9 +595,6 @@ static bool configure_and_run_tracker(ImBuf *destination_ibuf, MovieTrackingTrac
src_pixel_x, src_pixel_y, src_pixel_x, src_pixel_y,
&result, &result,
dst_pixel_x, dst_pixel_y); dst_pixel_x, dst_pixel_y);
#else
tracked = true;
#endif
MEM_freeN(patch_new); MEM_freeN(patch_new);