remove unused variable noticed by Sarah Maddy. b=278334 sr=bz

This commit is contained in:
joshmoz%gmail.com 2005-01-14 05:54:25 +00:00
Родитель d062d97e71
Коммит 5e3e39fc19
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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)