summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-01-17 15:28:11 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-01-17 17:01:26 +0100
commit804e86170ff2570fd3826b4ac26d1c927e751ac3 (patch)
tree0c24d6df02314b38dc17650030da80419a94b6b2 /vcl/generic
parent3c8478e26bde41c35c75557d985f5734d8d1a2bd (diff)
remove unused methods
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 )