merge hv v6, rework trace methods
[goodguy/history.git] / cinelerra-5.1 / cinelerra / affine.h
index 46119e2b1e202b0128b175cdc5e8d9f3da7aa920..d03f6cd872fd97c33ae67761327045883a8d1690 100644 (file)
@@ -74,11 +74,7 @@ public:
                double out_x4,
                double out_y4,
                AffineMatrix *result);
-       float transform_cubic(float dx,
-       float jm1,
-       float j,
-       float jp1,
-       float jp2);
+//     float transform_cubic(float dx, float jm1, float j, float jp1, float jp2);
        AffineEngine *server;
 };