summaryrefslogtreecommitdiff
path: root/vcl/coretext
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-06-18 01:55:11 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2013-06-18 04:26:36 +0200
commita48f46cf8dfaaaa67011fab91582187dbd03de59 (patch)
tree500b781ba40d1ca8a608836b7124709082010c1f /vcl/coretext
parenta80d2a760121a1b02606d9f5f703c286aa3ba971 (diff)
Remove another pointless TODO note
Change-Id: Ib4cb8643f25c8516a91a5d805a5834687d42724e
Diffstat (limited to 'vcl/coretext')
-rw-r--r--vcl/coretext/ctfonts.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/coretext/ctfonts.cxx b/vcl/coretext/ctfonts.cxx
index 5658276dff88..b19dca5ef079 100644
--- a/vcl/coretext/ctfonts.cxx
+++ b/vcl/coretext/ctfonts.cxx
@@ -130,7 +130,6 @@ void CTTextStyle::GetFontMetric( float fPixelSize, ImplFontMetricData& rMetric )
// all CoreText fonts are scalable
rMetric.mbScalableFont = true;
- // TODO: check if any kerning is supported
rMetric.mbKernableFont = true;
}