diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-18 14:30:24 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-20 08:07:53 +0000 |
commit | 72edb6967f245f0c99c6a61e0ce8d0a245600cba (patch) | |
tree | 5608bc1243477801e747735d8b71ec42fbb01e86 /include/vcl/font.hxx | |
parent | aad5eced795c60f873b67fe97baeefb9ef1bfef8 (diff) |
loplugin:unusedmethods in vcl
also drops the CairoFontsCache ref-counting, since nothing was actually
using it.
Change-Id: If05ecb054b6b8d97b0d3010185cf23c28390ec04
Reviewed-on: https://gerrit.libreoffice.org/25105
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/font.hxx')
-rw-r--r-- | include/vcl/font.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx index d353f87efddd..5c24f8a7e780 100644 --- a/include/vcl/font.hxx +++ b/include/vcl/font.hxx @@ -85,7 +85,6 @@ public: // Device dependent functions int GetQuality() const; - OUString GetMapNames() const; bool IsBuiltInFont() const; bool CanEmbed() const; |