summaryrefslogtreecommitdiffstats
path: root/cui/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-03 14:00:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-04 07:13:58 +0000
commit7abd369964a0c7f9f80cdbc9e47c7dc120fe8257 (patch)
tree70786d0850de5212e30e5611c09cba06a2d26ac9 /cui/source
parentFont features are not a Graphite-only feature (diff)
downloadcore-7abd369964a0c7f9f80cdbc9e47c7dc120fe8257.tar.gz
core-7abd369964a0c7f9f80cdbc9e47c7dc120fe8257.zip
loplugin:unusedmethods
Change-Id: Ie1f840c3ec9a2d5888f95cf05e531a8a9464bf2e Reviewed-on: https://gerrit.libreoffice.org/30524 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/options/optopencl.cxx6
-rw-r--r--cui/source/options/optopencl.hxx2
2 files changed, 0 insertions, 8 deletions
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: */
diff --git a/cui/source/options/optopencl.hxx b/cui/source/options/optopencl.hxx
index 5680d918ef98..4609b1b07d67 100644
--- a/cui/source/options/optopencl.hxx
+++ b/cui/source/options/optopencl.hxx
@@ -37,8 +37,6 @@ private:
VclPtr<FixedText> mpOclUsed;
VclPtr<FixedText> mpOclNotUsed;
- static void EnableOpenCLHdl(VclFrame* pFrame, bool aEnable);
-
public:
SvxOpenCLTabPage( vcl::Window* pParent, const SfxItemSet& rSet );
virtual ~SvxOpenCLTabPage() override;