summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2019-01-31 16:49:40 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-01 16:37:31 +0100
commit3430192b9c9cc04f7aa46329c84b667f93c9ef39 (patch)
treecb9fdfd3f692812ab74949b3e2ce5b216494387f /vcl/quartz
parentc2d808a5ddf89ce40939d166e67dd0271852104f (diff)
remove unnecessary SAL_WARN
none of other backends warn about this Change-Id: I9b7ceba413d15698a28806cbb35bd02ccc6e9585 Reviewed-on: https://gerrit.libreoffice.org/67229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salgdi.cxx3
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