summaryrefslogtreecommitdiff
path: root/canvas/source/tools
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/tools
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/tools')
-rw-r--r--canvas/source/tools/surface.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/canvas/source/tools/surface.hxx b/canvas/source/tools/surface.hxx
index 436e96648d78..ac45ea1965f1 100644
--- a/canvas/source/tools/surface.hxx
+++ b/canvas/source/tools/surface.hxx
@@ -134,7 +134,6 @@ namespace canvas
bool mbIsDirty;
private:
- void refresh( canvas::IColorBuffer& rBuffer ) const;
void prepareRendering();
basegfx::B2DRectangle getUVCoords() const;