mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
remove the test code I accidentally comitted
svn path=/trunk/; revision=38634
This commit is contained in:
@@ -579,12 +579,7 @@ XLATEOBJ_iXlate(XLATEOBJ *XlateObj, ULONG Color)
|
||||
if (XlateObj->flXlate & XO_TABLE)
|
||||
{
|
||||
if (Color >= XlateObj->cEntries)
|
||||
{
|
||||
DPRINT1("+++ Color = 0x%x, XlateObj->flXlate = 0x%x, XlateObj->cEntries = %ld\n",
|
||||
Color, XlateObj->flXlate, XlateObj->cEntries);
|
||||
XlateGDI = ObjToGDI(XlateObj, XLATE);
|
||||
Color %= XlateObj->cEntries;
|
||||
}
|
||||
Color %= XlateObj->cEntries;
|
||||
|
||||
return XlateObj->pulXlate[Color];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user