Fix compilation error with libmv disabled
This commit is contained in:
@@ -1476,10 +1476,9 @@ void BKE_tracking_distortion_update(MovieDistortion *distortion, MovieTracking *
|
||||
}
|
||||
#else
|
||||
(void) distortion;
|
||||
(void) tracking;
|
||||
(void) calibration_width;
|
||||
(void) calibration_height;
|
||||
(void) camera;
|
||||
(void) aspy;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user