mask: remove aspect arguments which are no longer needed.

This commit is contained in:
2012-05-18 09:36:32 +00:00
parent 2da49c4a8f
commit a8a22d968c
8 changed files with 55 additions and 89 deletions

View File

@@ -5908,7 +5908,7 @@ static void MaskPointToTransData(SpaceClip *sc, MaskSplinePoint *point, TransDat
else {
tdm->is_handle = TRUE;
BKE_mask_point_handle(point, aspx, aspy, tdm->handle);
BKE_mask_point_handle(point, tdm->handle);
copy_v2_v2(tdm->orig_handle, tdm->handle);