From 7abd369964a0c7f9f80cdbc9e47c7dc120fe8257 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Nov 2016 14:00:28 +0200 Subject: loplugin:unusedmethods Change-Id: Ie1f840c3ec9a2d5888f95cf05e531a8a9464bf2e Reviewed-on: https://gerrit.libreoffice.org/30524 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- cui/source/options/optopencl.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cui/source/options/optopencl.cxx') diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx index ec4f5b377ef6..ecdce1d3971c 100644 --- a/cui/source/options/optopencl.cxx +++ b/cui/source/options/optopencl.cxx @@ -121,11 +121,5 @@ void SvxOpenCLTabPage::Reset( const SfxItemSet* ) mpUseOpenCL->SaveValue(); } -void SvxOpenCLTabPage::EnableOpenCLHdl(VclFrame* pFrame, bool aEnable) -{ - - pFrame->Enable(aEnable); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit