1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

remove debug code

This commit is contained in:
FunkyFr3sh 2024-12-15 00:56:47 +01:00
parent 06aadb709f
commit 58f8f89c66

View File

@ -1355,7 +1355,6 @@ UINT WINAPI fake_GetSystemPaletteEntries(HDC hdc, UINT iStart, UINT cEntries, LP
{
if (g_ddraw.primary && g_ddraw.primary->palette)
{
TRACE("ddp_GetEntries test\n");
ddp_GetEntries(g_ddraw.primary->palette, 0, iStart, cEntries, pPalEntries);
}
else