Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 14, 2024
1 parent 06aadb7 commit 58f8f89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/winapi_hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58f8f89

Please sign in to comment.