From 2c4d0dfd44c8df0bcb6f2500e5af3729039a64c0 Mon Sep 17 00:00:00 2001 From: "joshmoz%gmail.com" Date: Fri, 14 Jan 2005 05:54:25 +0000 Subject: [PATCH] remove unused variable noticed by Sarah Maddy. b=278334 sr=bz git-svn-id: svn://10.0.0.236/trunk@167707 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp b/mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp index 2cd02bc2b65..3fc79cde0a0 100644 --- a/mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp +++ b/mozilla/gfx/src/mac/nsDrawingSurfaceMac.cpp @@ -282,7 +282,6 @@ NS_IMETHODIMP nsDrawingSurfaceMac::Init(PRUint32 aDepth, PRUint32 aWidth, PRUint const long kReserveHeapFreeSpace = (1024 * 1024); const long kReserveHeapContigSpace = (512 * 1024); - QDErr err = noErr; long totalSpace, contiguousSpace; if (tryTempMemFirst)