remove debug code
This commit is contained in:
parent
06aadb709f
commit
58f8f89c66
1 changed files with 0 additions and 1 deletions
|
@ -1355,7 +1355,6 @@ UINT WINAPI fake_GetSystemPaletteEntries(HDC hdc, UINT iStart, UINT cEntries, LP
|
||||||
{
|
{
|
||||||
if (g_ddraw.primary && g_ddraw.primary->palette)
|
if (g_ddraw.primary && g_ddraw.primary->palette)
|
||||||
{
|
{
|
||||||
TRACE("ddp_GetEntries test\n");
|
|
||||||
ddp_GetEntries(g_ddraw.primary->palette, 0, iStart, cEntries, pPalEntries);
|
ddp_GetEntries(g_ddraw.primary->palette, 0, iStart, cEntries, pPalEntries);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue