summaryrefslogtreecommitdiff
path: root/vcl/quartz/salbmp.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-11 12:21:10 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-11 12:23:29 +0200
commit0d0abfaae9feadf9c4c4c4232f888ba0a1883029 (patch)
treeb9d586e2c5783648df663879af5778aae9a3606e /vcl/quartz/salbmp.cxx
parent38ea39b517b218573b8d1430d7b06280bcfef0fb (diff)
Bin old leftover debugging fprintf
Change-Id: Ia169881d8b13ce8b7e4d709ef831e638085ef3ab
Diffstat (limited to 'vcl/quartz/salbmp.cxx')
-rw-r--r--vcl/quartz/salbmp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx
index 0d665ffaf7dc..98a6938bf5fd 100644
--- a/vcl/quartz/salbmp.cxx
+++ b/vcl/quartz/salbmp.cxx
@@ -767,7 +767,7 @@ BitmapBuffer* QuartzSalBitmap::AcquireBuffer( bool /*bReadOnly*/ )
if( !maUserBuffer.get() )
// || maContextBuffer.get() && (maUserBuffer.get() != maContextBuffer.get()) )
{
- fprintf(stderr,"ASB::Acq(%dx%d,d=%d)\n",mnWidth,mnHeight,mnBits);
+ // fprintf(stderr,"ASB::Acq(%dx%d,d=%d)\n",mnWidth,mnHeight,mnBits);
// TODO: AllocateUserData();
return NULL;
}