From 12a3f78e9cfca8a9cdfef2b6ca092126c9548299 Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Wed, 9 Feb 2000 04:16:42 +0000 Subject: [PATCH] Took out a bogus call to ::LockPixels().. r=rods git-svn-id: svn://10.0.0.236/trunk@60197 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp b/mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp index e8d897b7c82..eaf32ea35df 100644 --- a/mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp +++ b/mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp @@ -126,9 +126,6 @@ PixMapHandle thePixMap; if((mIsLocked == PR_FALSE) && mIsOffscreen && mPort){ - // lock down the pixels while we use this - ::LockPixels(::GetGWorldPixMap(offscreenGWorld)); - // get the offscreen gworld for our use offscreenGWorld = (GWorldPtr)mPort; // calculate the pixel data size