mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
remove debug code
This commit is contained in:
parent
06aadb709f
commit
58f8f89c66
@ -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…
x
Reference in New Issue
Block a user