summaryrefslogtreecommitdiffstats
path: root/include/vcl/rendersettings.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-13 09:55:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-13 09:56:16 +0000
commita6fed7a19befa5673403ec5fe3ab69a91475da3a (patch)
treec692d0ca693a2acfb7da3d1a2e915c79d5e0ebcd /include/vcl/rendersettings.hxx
parentdon't crash on Shift+F10, men can be null, tdf#92630 follow-up (diff)
downloadcore-a6fed7a19befa5673403ec5fe3ab69a91475da3a.tar.gz
core-a6fed7a19befa5673403ec5fe3ab69a91475da3a.zip
loplugin:unusedmethods vcl
Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589 Reviewed-on: https://gerrit.libreoffice.org/16975 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/rendersettings.hxx')
-rw-r--r--include/vcl/rendersettings.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/rendersettings.hxx b/include/vcl/rendersettings.hxx
index 41a2775db081..47e588ff18ed 100644
--- a/include/vcl/rendersettings.hxx
+++ b/include/vcl/rendersettings.hxx
@@ -28,8 +28,6 @@ public:
virtual ~RenderSettings()
{}
-
- void Apply(vcl::RenderContext& rRenderContext);
};
}