diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-14 11:40:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-17 10:46:27 +0100 |
commit | d5e15c6355e5bbf9ca87545f9ffb2f81b85d6d8d (patch) | |
tree | f29eb73e317bfd7b77731c828d73858238f52483 /vcl/inc/generic | |
parent | 68ffb332f5717f9ef6af11497372becddaac7ef0 (diff) |
update unused code list
Change-Id: I4d6ad11fbe68420931e88defa20afbef290d4d24
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index 6c6ca43a10c9..ff3eac78b124 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -208,7 +208,6 @@ public: const unsigned char* GetTable( const char* pName, sal_uLong* pLength ); int GetEmUnits() const; const FT_Size_Metrics& GetMetricsFT() const { return maSizeFT->metrics; } - int GetGlyphKernValue( int, int ) const; const ImplFontCharMap* GetImplFontCharMap() const; bool GetFontCapabilities(vcl::FontCapabilities &) const; @@ -402,7 +401,6 @@ public: virtual ~ExtraKernInfo() {} int GetUnscaledKernPairs( ImplKernPairData** ) const; - int GetUnscaledKernValue( sal_Unicode cLeft, sal_Unicode cRight ) const; protected: mutable bool mbInitialized; |