summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-13 16:08:52 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-13 16:08:52 +0000
commitabc235e73e70ffba83240759a8500a08becc9d71 (patch)
tree614b5036cdf7950e79425938d56ab789a8f889fe /vcl
parent47716efc8e829c4fc82b22e4d62bb9480eb84aad (diff)
Remove unused code
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/metric.hxx1
-rw-r--r--vcl/source/gdi/metric.cxx7
2 files changed, 0 insertions, 8 deletions
diff --git a/vcl/inc/vcl/metric.hxx b/vcl/inc/vcl/metric.hxx
index a23a95bff6a9..e140b3f81aeb 100644
--- a/vcl/inc/vcl/metric.hxx
+++ b/vcl/inc/vcl/metric.hxx
@@ -104,7 +104,6 @@ public:
int GetCharCount() const;
sal_uInt32 GetFirstChar() const;
- sal_uInt32 GetLastChar() const;
sal_uInt32 GetNextChar( sal_uInt32 ) const;
sal_uInt32 GetPrevChar( sal_uInt32 ) const;
diff --git a/vcl/source/gdi/metric.cxx b/vcl/source/gdi/metric.cxx
index d0ad6e984419..a523b414ee89 100644
--- a/vcl/source/gdi/metric.cxx
+++ b/vcl/source/gdi/metric.cxx
@@ -859,13 +859,6 @@ sal_uInt32 FontCharMap::GetFirstChar() const
// -----------------------------------------------------------------------
-sal_uInt32 FontCharMap::GetLastChar() const
-{
- return mpImpl->GetLastChar();
-}
-
-// -----------------------------------------------------------------------
-
sal_uInt32 FontCharMap::GetNextChar( sal_uInt32 cChar ) const
{
return mpImpl->GetNextChar( cChar );