summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvasbitmaphelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-13 16:36:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-13 19:25:02 +0100
commitfb1825bf3f82eb6b69c6534207c9c89cc535f18b (patch)
treef8b98f5cb17ae087f44117c71efaa4ebfff27ce2 /canvas/source/vcl/canvasbitmaphelper.hxx
parent724d34d58b437843e40aaa74008d94cac1465cea (diff)
loplugin:unusedmethods remove unused code from canvas
which my plugin had previously been ignoring. Since that time, the plugin has gotten a little smarter, and makes less mistakes. Change-Id: Id791c932fd056ae7da833436c4dd2600b69a0bfa Reviewed-on: https://gerrit.libreoffice.org/51212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/source/vcl/canvasbitmaphelper.hxx')
-rw-r--r--canvas/source/vcl/canvasbitmaphelper.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/canvas/source/vcl/canvasbitmaphelper.hxx b/canvas/source/vcl/canvasbitmaphelper.hxx
index cf6d4519ab07..fe438a00f011 100644
--- a/canvas/source/vcl/canvasbitmaphelper.hxx
+++ b/canvas/source/vcl/canvasbitmaphelper.hxx
@@ -90,14 +90,6 @@ namespace vclcanvas
getData( css::rendering::IntegerBitmapLayout& bitmapLayout,
const css::geometry::IntegerRectangle2D& rect );
- void setData( const css::uno::Sequence< sal_Int8 >& data,
- const css::rendering::IntegerBitmapLayout& bitmapLayout,
- const css::geometry::IntegerRectangle2D& rect );
-
- void setPixel( const css::uno::Sequence< sal_Int8 >& color,
- const css::rendering::IntegerBitmapLayout& bitmapLayout,
- const css::geometry::IntegerPoint2D& pos );
-
css::uno::Sequence< sal_Int8 >
getPixel( css::rendering::IntegerBitmapLayout& bitmapLayout,
const css::geometry::IntegerPoint2D& pos );
@@ -109,8 +101,6 @@ namespace vclcanvas
private:
- void setBitmap( const BitmapEx& rBitmap );
-
BitmapBackBufferSharedPtr mpBackBuffer;
OutDevProviderSharedPtr mpOutDevReference;
};