[Libreoffice-commits] core.git: vcl/quartz
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Feb 1 15:38:00 UTC 2019
vcl/quartz/salgdi.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 3430192b9c9cc04f7aa46329c84b667f93c9ef39
Author: Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Thu Jan 31 16:49:40 2019 +0100
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Feb 1 16:37:31 2019 +0100
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 at collabora.co.uk>
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
More information about the Libreoffice-commits
mailing list