diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-05-17 22:43:09 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-05-17 22:45:39 +0200 |
commit | 225411ebb572e4bb8b551509b37e20a529a91603 (patch) | |
tree | c57e2d774b478174f28d3f44c995b1302e3f72cc /vcl/unx | |
parent | 5b30054ee1088491335f41efd4243bf258a5cab8 (diff) |
Outdated comment
Change-Id: Ia9503b49387e3510073955da7ef042c4f46ff8ae
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/glyphs/gcach_layout.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/generic/glyphs/gcach_layout.cxx b/vcl/unx/generic/glyphs/gcach_layout.cxx index 81db0ae7e8cb..61d1477a0ff0 100644 --- a/vcl/unx/generic/glyphs/gcach_layout.cxx +++ b/vcl/unx/generic/glyphs/gcach_layout.cxx @@ -637,7 +637,6 @@ bool HbLayoutEngine::Layout(ServerFontLayout& rLayout, ImplLayoutArgs& rArgs) ServerFontLayoutEngine* ServerFont::GetLayoutEngine() { - // find best layout engine for font, platform, script and language if (!mpLayoutEngine) { mpLayoutEngine = new HbLayoutEngine(*this); } |