diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-06-21 03:41:48 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-06-21 03:42:35 +0200 |
commit | 5d336fb1d515b0967bc730e47ac3e4b850cf9872 (patch) | |
tree | 0c108ed8bbc3230a79f8bc6e0883e0c4940fbf58 /vcl/quartz | |
parent | 0c1767d9466adf0729eb8e1f43ddb80a31886898 (diff) |
vcl: remove some commented-out code
Change-Id: Iac827fd102404ae615dfd1685886010e949ff653
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/salbmp.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx index 7c44fb2e55e0..86c4dabd4f05 100644 --- a/vcl/quartz/salbmp.cxx +++ b/vcl/quartz/salbmp.cxx @@ -751,13 +751,9 @@ const BitmapPalette& GetDefaultPalette( int mnBits, bool bMonochrome ) BitmapBuffer* QuartzSalBitmap::AcquireBuffer( BitmapAccessMode /*nMode*/ ) { + // TODO: AllocateUserData(); if (!m_pUserBuffer.get()) -// || m_pContextBuffer.get() && (m_pUserBuffer.get() != m_pContextBuffer.get()) ) - { - // fprintf(stderr,"ASB::Acq(%dx%d,d=%d)\n",mnWidth,mnHeight,mnBits); - // TODO: AllocateUserData(); return nullptr; - } BitmapBuffer* pBuffer = new BitmapBuffer; pBuffer->mnWidth = mnWidth; |