oleaut32: Remove variable iLengthScanLineColor which is not really used from serializeIcon.

This commit is contained in:
Gerald Pfeifer 2010-05-01 01:54:49 +02:00 committed by Alexandre Julliard
parent bf9d6f2dfd
commit c85eb78090
1 changed files with 0 additions and 2 deletions

View File

@ -1594,12 +1594,10 @@ static int serializeIcon(HICON hIcon, void ** ppBuffer, unsigned int * pLength)
unsigned int iOffsetColorData;
unsigned int iOffsetMaskData;
unsigned int iLengthScanLineColor;
unsigned int iLengthScanLineMask;
unsigned int iNumEntriesPalette;
iLengthScanLineMask = ((pInfoBitmap->bmiHeader.biWidth + 31) >> 5) << 2;
iLengthScanLineColor = ((pInfoBitmap->bmiHeader.biWidth * pInfoBitmap->bmiHeader.biBitCount + 31) >> 5) << 2;
/*
FIXME("DEBUG: bitmap size is %d x %d\n",
pInfoBitmap->bmiHeader.biWidth,