MatN analyzed new Ardour LV2 plugin problem
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / shapewipe / shapewipe.h
index f9f67c59bccfd7bc64b32499d3a6c9df4c945a32..1f4d449ed336ae14de0ed5c4469217175b87e828 100644 (file)
@@ -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;