X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fshapewipe%2Fshapewipe.h;h=1f4d449ed336ae14de0ed5c4469217175b87e828;hb=750c685e0f667cfe57bdb5eaf3cd2a061f44b01d;hp=f9f67c59bccfd7bc64b32499d3a6c9df4c945a32;hpb=75267dc010a3c3f351a2312469deb5b419fae819;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/shapewipe/shapewipe.h b/cinelerra-5.1/plugins/shapewipe/shapewipe.h index f9f67c59..1f4d449e 100644 --- a/cinelerra-5.1/plugins/shapewipe/shapewipe.h +++ b/cinelerra-5.1/plugins/shapewipe/shapewipe.h @@ -109,7 +109,6 @@ public: ShapeWipeReset(ShapeWipeMain *client, ShapeWipeWindow *window, int x, int y); int handle_event(); - static int calculate_w(ShapeWipeMain *client); ShapeWipeMain *client; ShapeWipeWindow *window; @@ -200,8 +199,6 @@ public: char current_filename[BCTEXTLEN]; char current_name[BCTEXTLEN]; unsigned char **pattern_image; - unsigned char min_value; - unsigned char max_value; int frame_width; int frame_height; int preserve_aspect;