summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-12-11 19:37:54 +0200
committerTor Lillqvist <tml@collabora.com>2018-12-11 19:37:54 +0200
commit7c35d5f0669f461254668c1854291e1324b37c21 (patch)
tree02f477dbbe41a30cbc7c08af0a226743ae05ffb1 /vcl/quartz
parentfc1568d570a96bfa57013ae62adf3f9606639fd3 (diff)
Comment out an assertion that fails every time for me on macOS
Change-Id: I458f44d16b242700b228db647582c4b40b14661a
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salvd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx
index 5f2422d6f455..ee1f5e61f96f 100644
--- a/vcl/quartz/salvd.cxx
+++ b/vcl/quartz/salvd.cxx
@@ -273,7 +273,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
if (!xCGContext)
{
- assert(Application::IsBitmapRendering());
+ // assert(Application::IsBitmapRendering());
mnBitmapDepth = 32;
const int nBytesPerRow = (mnBitmapDepth * nDX) / 8;