diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-11 12:21:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-11 12:23:29 +0200 |
commit | 0d0abfaae9feadf9c4c4c4232f888ba0a1883029 (patch) | |
tree | b9d586e2c5783648df663879af5778aae9a3606e /vcl | |
parent | 38ea39b517b218573b8d1430d7b06280bcfef0fb (diff) |
Bin old leftover debugging fprintf
Change-Id: Ia169881d8b13ce8b7e4d709ef831e638085ef3ab
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/quartz/salbmp.cxx | 2 |
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; } |