summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/glyphs/glyphcache.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/generic/glyphs/glyphcache.cxx b/vcl/generic/glyphs/glyphcache.cxx
index c524c08673e4..b48b4158cf1e 100644
--- a/vcl/generic/glyphs/glyphcache.cxx
+++ b/vcl/generic/glyphs/glyphcache.cxx
@@ -438,15 +438,6 @@ ExtraKernInfo::ExtraKernInfo( sal_IntPtr nFontId )
//--------------------------------------------------------------------------
-bool ExtraKernInfo::HasKernPairs() const
-{
- if( !mbInitialized )
- Initialize();
- return !maUnicodeKernPairs.empty();
-}
-
-//--------------------------------------------------------------------------
-
int ExtraKernInfo::GetUnscaledKernPairs( ImplKernPairData** ppKernPairs ) const
{
if( !mbInitialized )