Commented out test code that prevented compilation

svn path=/trunk/; revision=1196
This commit is contained in:
Jason Filby 2000-06-18 12:24:22 +00:00
parent b441b2ed03
commit 669a590c02

View file

@ -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;
} }
*/