vcl/inc/BitmapInterpolateScaleFilter.hxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit b3afd649f9d1a9f737b136a7cc8cfc6301e2c0d5 Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Apr 16 09:03:25 2018 +0200 -Werror,-Wunused-private-field Change-Id: I13db9b3d43c13c216ef58c6a23cfe6c9000d1f2f diff --git a/vcl/inc/BitmapInterpolateScaleFilter.hxx b/vcl/inc/BitmapInterpolateScaleFilter.hxx index 0fbe9ac3f4a8..3c6dd310909b 100644 --- a/vcl/inc/BitmapInterpolateScaleFilter.hxx +++ b/vcl/inc/BitmapInterpolateScaleFilter.hxx @@ -23,17 +23,11 @@ public: { } - explicit BitmapInterpolateScaleFilter(Size aSize) - : maSize(aSize) - { - } - virtual BitmapEx execute(BitmapEx const& rBitmapEx) override; private: double mfScaleX; double mfScaleY; - Size maSize; }; #endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits