]> git.sesse.net Git - movit/commitdiff
Remove the unused fields from ResampleEffect; if we make any changes here, it will...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Nov 2017 00:01:30 +0000 (01:01 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Nov 2017 00:01:30 +0000 (01:01 +0100)
resample_effect.h

index af6a79f0227ced59522e57ced1a865d7b11a9df0..5906a3c44ca41f499b17340e3fcc36fdaec80dfc 100644 (file)
@@ -83,7 +83,6 @@ private:
        float offset_x, offset_y;
        float zoom_x, zoom_y;
        float zoom_center_x, zoom_center_y;
-       float unused;
 };
 
 class SingleResamplePassEffect : public Effect {
@@ -133,7 +132,6 @@ private:
 
        int input_width, input_height, output_width, output_height;
        float offset, zoom;
-       float unused;
        int last_input_width, last_input_height, last_output_width, last_output_height;
        float last_offset, last_zoom;
        int src_bilinear_samples, num_loops;