mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
remove redundant code
svn path=/trunk/; revision=39165
This commit is contained in:
parent
2c7e4bb2d7
commit
12883a745e
1 changed files with 0 additions and 2 deletions
|
@ -654,8 +654,6 @@ NtGdiGetDIBitsInternal(HDC hDC,
|
||||||
if (Info->bmiHeader.biSize == sizeof(BITMAPCOREHEADER))
|
if (Info->bmiHeader.biSize == sizeof(BITMAPCOREHEADER))
|
||||||
{
|
{
|
||||||
BITMAPCOREHEADER* coreheader = (BITMAPCOREHEADER*) Info;
|
BITMAPCOREHEADER* coreheader = (BITMAPCOREHEADER*) Info;
|
||||||
|
|
||||||
coreheader = (BITMAPCOREHEADER*) Info;
|
|
||||||
coreheader->bcWidth = psurf->SurfObj.sizlBitmap.cx;
|
coreheader->bcWidth = psurf->SurfObj.sizlBitmap.cx;
|
||||||
coreheader->bcPlanes = 1;
|
coreheader->bcPlanes = 1;
|
||||||
coreheader->bcBitCount = BitsPerFormat(psurf->SurfObj.iBitmapFormat);
|
coreheader->bcBitCount = BitsPerFormat(psurf->SurfObj.iBitmapFormat);
|
||||||
|
|
Loading…
Reference in a new issue