diff options
-rw-r--r-- | vcl/quartz/salgdi.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index 8a7a69890cd5..1331c229166e 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -425,10 +425,7 @@ void AquaSalGraphics::DrawTextLayout(const GenericSalLayout& rLayout) } if (aGlyphIds.empty()) - { - SAL_WARN("vcl.quartz", "aGlyphIds is empty!?"); return; - } assert(aGlyphIds.size() == aGlyphPos.size()); #if 0 |