diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-06 15:55:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-06 15:56:46 +0100 |
commit | 0f6dbd1b1762e0b273046a045eb902475fc6890b (patch) | |
tree | aeedc7e7f66d542429dbe714a65dce8f30ed6104 /vcl/inc/outfont.hxx | |
parent | 5d900f6ef8573dfe40fef236fbc3c788cea15224 (diff) |
callcatcher: GetKerningPair* is now unused
since commit c4008ef54630b560792aa288437db1179ad96095
Change-Id: I0cef8db6b59774c804a6a5589f258a55bfc64592
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index bb40f86fdc24..39bc2a2e1009 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -269,9 +269,6 @@ private: // -------------------- // - ImplKernPairData - // -------------------- -// TODO: get rid of ImplKernPairData and use outdev.hxx's KerningPair struct -// the problem is that outdev.hxx is too high level for the device layers -// and outdev.hxx's customers depend on KerningPair being defined there struct ImplKernPairData { |