From 8f254a45d78dee53764321244aca108e2a1d344c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 24 Apr 2017 12:54:28 +0200 Subject: loplugin:checkunusedparams in vcl Change-Id: I26661684e634aa15a18f78442de15c9db832f319 Reviewed-on: https://gerrit.libreoffice.org/36886 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/control/ctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/control/ctrl.cxx') diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index 8d94ebc26fce..3e4c0d56afb8 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -407,7 +407,7 @@ void Control::ApplySettings(vcl::RenderContext& rRenderContext) rRenderContext.SetTextFillColor(); } -void Control::ImplInitSettings(const bool, const bool) +void Control::ImplInitSettings() { ApplySettings(*this); } -- cgit