mirror of
https://github.com/reactos/reactos.git
synced 2025-07-10 07:04:15 +00:00
Commented out test code that prevented compilation
svn path=/trunk/; revision=1196
This commit is contained in:
parent
b441b2ed03
commit
669a590c02
1 changed files with 2 additions and 1 deletions
|
@ -331,7 +331,7 @@ BOOL VGADDIIntersectRect(PRECTL prcDst, PRECTL prcSrc1, PRECTL prcSrc2)
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
BOOL bltToVga(INT x1, INT y1, INT dx, INT dy, UCHAR *bitmap)
|
BOOL bltToVga(INT x1, INT y1, INT dx, INT dy, UCHAR *bitmap)
|
||||||
{
|
{
|
||||||
// We use vertical stripes because we save some time by setting the mask less often
|
// We use vertical stripes because we save some time by setting the mask less often
|
||||||
|
@ -360,3 +360,4 @@ BOOL bltToVga(INT x1, INT y1, INT dx, INT dy, UCHAR *bitmap)
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
*/
|
Loading…
Add table
Add a link
Reference in a new issue