From 612b489d3e05b24c1b6690082e8518bac033e9d2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 1 Aug 2017 08:40:47 +0200 Subject: loplugin:checkunusedparams the "check for taking address of function" part was generating false+ Change-Id: Iad6203850901229b7b1b2f8938c68ec703cd343f Reviewed-on: https://gerrit.libreoffice.org/40613 Tested-by: Jenkins Reviewed-by: Noel Grandin --- canvas/source/tools/verifyinput.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'canvas') diff --git a/canvas/source/tools/verifyinput.cxx b/canvas/source/tools/verifyinput.cxx index 5d9716ef50a6..800ca9dca1f4 100644 --- a/canvas/source/tools/verifyinput.cxx +++ b/canvas/source/tools/verifyinput.cxx @@ -581,15 +581,6 @@ namespace canvas } } - void verifyInput( const rendering::FontInfo& /*fontInfo*/, - const char* /*pStr*/, - const uno::Reference< uno::XInterface >& /*xIf*/, - ::sal_Int16 /*nArgPos*/ ) - { - // TODO(E3): Implement FontDescription checks, once the - // Panose stuff is ready. - } - void verifyInput( const rendering::FontRequest& fontRequest, const char* pStr, const uno::Reference< uno::XInterface >& xIf, -- cgit