From fb1825bf3f82eb6b69c6534207c9c89cc535f18b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 13 Mar 2018 16:36:21 +0200 Subject: 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 Reviewed-by: Noel Grandin --- canvas/source/tools/surface.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'canvas/source/tools') 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; -- cgit