add adams 4.6->4.6.1 (mostly)
[goodguy/history.git] / cinelerra-5.0 / cinelerra / maskautos.C
index c6ad7a399ae2e3549ca1669dc3f1299e3c90c9ca..1db01f606d9813c549934fd3a175483a1661d64f 100644 (file)
@@ -295,17 +295,7 @@ void MaskAutos::translate_masks(float translate_x, float translate_y)
                current = (MaskAuto*)NEXT)
        {
                current->translate_submasks(translate_x, translate_y);
-               for(int i = 0; i < current->masks.total; i++)
-               {
-                       SubMask *mask = current->get_submask(i);
-                       for (int j = 0; j < mask->points.total; j++) 
-                       {
-                               mask->points.values[j]->x += translate_x;
-                               mask->points.values[j]->y += translate_y;
-                               printf("mpx: %f, mpy:%f\n",mask->points.values[j]->x,mask->points.values[j]->y);
-                       }
-               }
-               
        }
 }
 
+