summaryrefslogtreecommitdiffstats
path: root/include/vcl/inputctx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-07 13:58:41 +0200
committerNoel Grandin <noel@peralex.com>2015-07-08 09:51:27 +0200
commit449d272daf5e99f039cdfdd25f020bd798fb9e1d (patch)
treefad3597606f3fbae275ff990aac45ad8f00e1c86 /include/vcl/inputctx.hxx
parentfix langtag test with liblangtag 0.5.7 (diff)
downloadcore-449d272daf5e99f039cdfdd25f020bd798fb9e1d.tar.gz
core-449d272daf5e99f039cdfdd25f020bd798fb9e1d.zip
loplugin:unusedmethods vcl
Change-Id: I98b88ca3369a2c888fd63796e39d42376d513002
Diffstat (limited to 'include/vcl/inputctx.hxx')
-rw-r--r--include/vcl/inputctx.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/inputctx.hxx b/include/vcl/inputctx.hxx
index 3cd78744299a..d1f3f9ff3f5b 100644
--- a/include/vcl/inputctx.hxx
+++ b/include/vcl/inputctx.hxx
@@ -61,7 +61,6 @@ public:
maFont( rFont )
{ mnOptions = nOptions; }
- void SetFont( const vcl::Font& rFont ) { maFont = rFont; }
const vcl::Font& GetFont() const { return maFont; }
void SetOptions( InputContextFlags nOptions ) { mnOptions = nOptions; }